aboutsummaryrefslogtreecommitdiff
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 c05040d6..ce8b564f 100644
--- a/src/lj_iropt.h
+++ b/src/lj_iropt.h
@@ -110,6 +110,7 @@ LJ_FUNC TRef LJ_FASTCALL lj_opt_fwd_aload(jit_State *J);
110LJ_FUNC TRef LJ_FASTCALL lj_opt_fwd_hload(jit_State *J); 110LJ_FUNC TRef LJ_FASTCALL lj_opt_fwd_hload(jit_State *J);
111LJ_FUNC TRef LJ_FASTCALL lj_opt_fwd_uload(jit_State *J); 111LJ_FUNC TRef LJ_FASTCALL lj_opt_fwd_uload(jit_State *J);
112LJ_FUNC TRef LJ_FASTCALL lj_opt_fwd_fload(jit_State *J); 112LJ_FUNC TRef LJ_FASTCALL lj_opt_fwd_fload(jit_State *J);
113LJ_FUNC TRef LJ_FASTCALL lj_opt_fwd_xload(jit_State *J);
113LJ_FUNC TRef LJ_FASTCALL lj_opt_fwd_tab_len(jit_State *J); 114LJ_FUNC TRef LJ_FASTCALL lj_opt_fwd_tab_len(jit_State *J);
114LJ_FUNC int LJ_FASTCALL lj_opt_fwd_href_nokey(jit_State *J); 115LJ_FUNC int LJ_FASTCALL lj_opt_fwd_href_nokey(jit_State *J);
115LJ_FUNC int LJ_FASTCALL lj_opt_fwd_tptr(jit_State *J, IRRef lim); 116LJ_FUNC int LJ_FASTCALL lj_opt_fwd_tptr(jit_State *J, IRRef lim);