diff options
author | Mike Pall <mike> | 2011-05-22 16:19:53 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-05-22 16:28:43 +0200 |
commit | effdfda673adac554a99532afd757edb6414f842 (patch) | |
tree | 9058528b0b8f8bd4a620c72301909a4bed50a94e /src/lj_iropt.h | |
parent | 3a942d6ceaf409874906408edc3e47de20157198 (diff) | |
download | luajit-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.h | 1 |
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. */ |
16 | LJ_FUNC void LJ_FASTCALL lj_ir_growtop(jit_State *J); | 16 | LJ_FUNC void LJ_FASTCALL lj_ir_growtop(jit_State *J); |
17 | LJ_FUNC TRef LJ_FASTCALL lj_ir_emit(jit_State *J); | 17 | LJ_FUNC TRef LJ_FASTCALL lj_ir_emit(jit_State *J); |
18 | LJ_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). */ |
21 | static LJ_AINLINE void lj_ir_set_(jit_State *J, uint16_t ot, IRRef1 a, IRRef1 b) | 20 | static LJ_AINLINE void lj_ir_set_(jit_State *J, uint16_t ot, IRRef1 a, IRRef1 b) |