summaryrefslogtreecommitdiff
path: root/src/lj_iropt.h
diff options
context:
space:
mode:
authorMike Pall <mike>2011-05-22 16:19:53 +0200
committerMike Pall <mike>2011-05-22 16:28:43 +0200
commiteffdfda673adac554a99532afd757edb6414f842 (patch)
tree9058528b0b8f8bd4a620c72301909a4bed50a94e /src/lj_iropt.h
parent3a942d6ceaf409874906408edc3e47de20157198 (diff)
downloadluajit-effdfda673adac554a99532afd757edb6414f842.tar.gz
luajit-effdfda673adac554a99532afd757edb6414f842.tar.bz2
luajit-effdfda673adac554a99532afd757edb6414f842.zip
Move IR_CALL* definitions to lj_ircall.h.
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)