diff options
Diffstat (limited to 'src/lj_iropt.h')
-rw-r--r-- | src/lj_iropt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_iropt.h b/src/lj_iropt.h index 73aef0ef..a59ba3f4 100644 --- a/src/lj_iropt.h +++ b/src/lj_iropt.h | |||
@@ -150,7 +150,7 @@ LJ_FUNC IRType lj_opt_narrow_forl(jit_State *J, cTValue *forbase); | |||
150 | /* Optimization passes. */ | 150 | /* Optimization passes. */ |
151 | LJ_FUNC void lj_opt_dce(jit_State *J); | 151 | LJ_FUNC void lj_opt_dce(jit_State *J); |
152 | LJ_FUNC int lj_opt_loop(jit_State *J); | 152 | LJ_FUNC int lj_opt_loop(jit_State *J); |
153 | #if LJ_SOFTFP || (LJ_32 && LJ_HASFFI) | 153 | #if LJ_SOFTFP32 || (LJ_32 && LJ_HASFFI) |
154 | LJ_FUNC void lj_opt_split(jit_State *J); | 154 | LJ_FUNC void lj_opt_split(jit_State *J); |
155 | #else | 155 | #else |
156 | #define lj_opt_split(J) UNUSED(J) | 156 | #define lj_opt_split(J) UNUSED(J) |