diff options
author | Mike Pall <mike> | 2020-05-22 04:53:35 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-05-22 04:53:35 +0200 |
commit | 5655be4546d9177890c69f0d0accac4773ff0887 (patch) | |
tree | 794518da2d5a42ec79013eda0c92f7f1e4e8d3ce /src/lj_opt_split.c | |
parent | c5b8e9168bae3efb6eb0fe2d4c9466c57fa5f971 (diff) | |
download | luajit-5655be4546d9177890c69f0d0accac4773ff0887.tar.gz luajit-5655be4546d9177890c69f0d0accac4773ff0887.tar.bz2 luajit-5655be4546d9177890c69f0d0accac4773ff0887.zip |
Cleanup math function compilation and fix inconsistencies.
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; |