summaryrefslogtreecommitdiff
path: root/src/lj_opt_split.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_opt_split.c')
-rw-r--r--src/lj_opt_split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_opt_split.c b/src/lj_opt_split.c
index ea9b6fe3..0a1d87cb 100644
--- a/src/lj_opt_split.c
+++ b/src/lj_opt_split.c
@@ -274,7 +274,7 @@ static void split_ir(jit_State *J)
274 IRIns *irm12 = IR(irm3->op1); 274 IRIns *irm12 = IR(irm3->op1);
275 IRIns *irl1 = IR(irm12->op1); 275 IRIns *irl1 = IR(irm12->op1);
276 if (irm12->op1 > J->loopref && irl1->o == IR_CALLN && 276 if (irm12->op1 > J->loopref && irl1->o == IR_CALLN &&
277 irl1->op2 == IRCALL_log2) { 277 irl1->op2 == IRCALL_lj_vm_log2) {
278 IRRef tmp = irl1->op1; /* Recycle first two args from LOG2. */ 278 IRRef tmp = irl1->op1; /* Recycle first two args from LOG2. */
279 IRRef arg3 = irm3->op2, arg4 = irm4->op2; 279 IRRef arg3 = irm3->op2, arg4 = irm4->op2;
280 J->cur.nins--; 280 J->cur.nins--;