diff options
author | Mike Pall <mike> | 2016-05-23 00:27:51 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2016-05-23 00:27:51 +0200 |
commit | 9e99ccc360bc9784ebe5ce29d5fa2c72acfc5777 (patch) | |
tree | d61e424f74482c8079cd479393c36006da52f6e8 /src/lj_iropt.h | |
parent | 7fb75ccc4cf17825c1c8fe9f44ebfb0668a1b033 (diff) | |
download | luajit-9e99ccc360bc9784ebe5ce29d5fa2c72acfc5777.tar.gz luajit-9e99ccc360bc9784ebe5ce29d5fa2c72acfc5777.tar.bz2 luajit-9e99ccc360bc9784ebe5ce29d5fa2c72acfc5777.zip |
Strip out old infrastructure for 64 bit constants.
Contributed by Peter Cawley.
Diffstat (limited to 'src/lj_iropt.h')
-rw-r--r-- | src/lj_iropt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lj_iropt.h b/src/lj_iropt.h index 219d391a..8b7a43de 100644 --- a/src/lj_iropt.h +++ b/src/lj_iropt.h | |||
@@ -40,10 +40,7 @@ LJ_FUNC TRef lj_ir_ggfload(jit_State *J, IRType t, uintptr_t ofs); | |||
40 | 40 | ||
41 | /* Interning of constants. */ | 41 | /* Interning of constants. */ |
42 | LJ_FUNC TRef LJ_FASTCALL lj_ir_kint(jit_State *J, int32_t k); | 42 | LJ_FUNC TRef LJ_FASTCALL lj_ir_kint(jit_State *J, int32_t k); |
43 | LJ_FUNC void lj_ir_k64_freeall(jit_State *J); | ||
44 | LJ_FUNC TRef lj_ir_k64(jit_State *J, IROp op, uint64_t u64); | 43 | LJ_FUNC TRef lj_ir_k64(jit_State *J, IROp op, uint64_t u64); |
45 | LJ_FUNC TValue *lj_ir_k64_reserve(jit_State *J); | ||
46 | LJ_FUNC cTValue *lj_ir_k64_find(jit_State *J, uint64_t u64); | ||
47 | LJ_FUNC TRef lj_ir_knum_u64(jit_State *J, uint64_t u64); | 44 | LJ_FUNC TRef lj_ir_knum_u64(jit_State *J, uint64_t u64); |
48 | LJ_FUNC TRef lj_ir_knumint(jit_State *J, lua_Number n); | 45 | LJ_FUNC TRef lj_ir_knumint(jit_State *J, lua_Number n); |
49 | LJ_FUNC TRef lj_ir_kint64(jit_State *J, uint64_t u64); | 46 | LJ_FUNC TRef lj_ir_kint64(jit_State *J, uint64_t u64); |