summaryrefslogtreecommitdiff
path: root/src/lj_iropt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_iropt.h')
-rw-r--r--src/lj_iropt.h1
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);
127LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_ahstore(jit_State *J); 127LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_ahstore(jit_State *J);
128LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_ustore(jit_State *J); 128LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_ustore(jit_State *J);
129LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_fstore(jit_State *J); 129LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_fstore(jit_State *J);
130LJ_FUNC TRef LJ_FASTCALL lj_opt_dse_xstore(jit_State *J);
130 131
131/* Narrowing. */ 132/* Narrowing. */
132LJ_FUNC TRef LJ_FASTCALL lj_opt_narrow_convert(jit_State *J); 133LJ_FUNC TRef LJ_FASTCALL lj_opt_narrow_convert(jit_State *J);