diff options
Diffstat (limited to 'src/lj_opt_split.c')
-rw-r--r-- | src/lj_opt_split.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lj_opt_split.c b/src/lj_opt_split.c index ee7cf0f9..e526b49d 100644 --- a/src/lj_opt_split.c +++ b/src/lj_opt_split.c | |||
@@ -426,9 +426,6 @@ static void split_ir(jit_State *J) | |||
426 | } | 426 | } |
427 | hi = split_call_l(J, hisubst, oir, ir, IRCALL_lj_vm_floor + ir->op2); | 427 | hi = split_call_l(J, hisubst, oir, ir, IRCALL_lj_vm_floor + ir->op2); |
428 | break; | 428 | break; |
429 | case IR_ATAN2: | ||
430 | hi = split_call_ll(J, hisubst, oir, ir, IRCALL_atan2); | ||
431 | break; | ||
432 | case IR_LDEXP: | 429 | case IR_LDEXP: |
433 | hi = split_call_li(J, hisubst, oir, ir, IRCALL_ldexp); | 430 | hi = split_call_li(J, hisubst, oir, ir, IRCALL_ldexp); |
434 | break; | 431 | break; |