diff options
Diffstat (limited to 'src/lj_iropt.h')
-rw-r--r-- | src/lj_iropt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_iropt.h b/src/lj_iropt.h index 9e7ac9cd..4739f846 100644 --- a/src/lj_iropt.h +++ b/src/lj_iropt.h | |||
@@ -127,6 +127,7 @@ LJ_FUNC int lj_opt_fwd_wasnonnil(jit_State *J, IROpT loadop, IRRef xref); | |||
127 | LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_ahstore(jit_State *J); | 127 | LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_ahstore(jit_State *J); |
128 | LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_ustore(jit_State *J); | 128 | LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_ustore(jit_State *J); |
129 | LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_fstore(jit_State *J); | 129 | LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_fstore(jit_State *J); |
130 | LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_xstore(jit_State *J); | ||
130 | 131 | ||
131 | /* Narrowing. */ | 132 | /* Narrowing. */ |
132 | LJ_FUNC TRef LJ_FASTCALL lj_opt_narrow_convert(jit_State *J); | 133 | LJ_FUNC TRef LJ_FASTCALL lj_opt_narrow_convert(jit_State *J); |