Skip to content

Commit b2b5b01

Browse files
committed
Update IR
IR commit: 1164842ac28ba141c604c6fae8ec960f9aec369b
1 parent 793ddc7 commit b2b5b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/ir/ir_aarch64.dasc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ binop_fp:
885885
return IR_COPY_FP | IR_MAY_REUSE;
886886
}
887887
break;
888-
case IR_TRUNC:
888+
// case IR_TRUNC:
889889
case IR_PROTO:
890890
return insn->op | IR_MAY_REUSE;
891891
case IR_BITCAST:

0 commit comments

Comments
 (0)