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, 0 insertions, 1 deletions
diff --git a/src/lj_iropt.h b/src/lj_iropt.h
index 82dc2e27..daba5296 100644
--- a/src/lj_iropt.h
+++ b/src/lj_iropt.h
@@ -15,7 +15,6 @@
15/* IR emitter. */ 15/* IR emitter. */
16LJ_FUNC void LJ_FASTCALL lj_ir_growtop(jit_State *J); 16LJ_FUNC void LJ_FASTCALL lj_ir_growtop(jit_State *J);
17LJ_FUNC TRef LJ_FASTCALL lj_ir_emit(jit_State *J); 17LJ_FUNC TRef LJ_FASTCALL lj_ir_emit(jit_State *J);
18LJ_FUNC TRef lj_ir_call(jit_State *J, IRCallID id, ...);
19 18
20/* Save current IR in J->fold.ins, but do not emit it (yet). */ 19/* Save current IR in J->fold.ins, but do not emit it (yet). */
21static LJ_AINLINE void lj_ir_set_(jit_State *J, uint16_t ot, IRRef1 a, IRRef1 b) 20static LJ_AINLINE void lj_ir_set_(jit_State *J, uint16_t ot, IRRef1 a, IRRef1 b)