1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update IR

IR commit: 1164842ac28ba141c604c6fae8ec960f9aec369b
This commit is contained in:
Dmitry Stogov
2024-02-22 00:24:20 +03:00
parent 793ddc7c8a
commit b2b5b0101e

View File

@@ -885,7 +885,7 @@ binop_fp:
return IR_COPY_FP | IR_MAY_REUSE;
}
break;
case IR_TRUNC:
// case IR_TRUNC:
case IR_PROTO:
return insn->op | IR_MAY_REUSE;
case IR_BITCAST: