Skip to content

Commit 4313659

Browse files
committed
Fix merge mistake
1 parent 7e028a4 commit 4313659

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/opcache/Optimizer/zend_ssa.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ static zend_always_inline zend_bool zend_ssa_is_no_val_use(const zend_op *opline
224224
if (ssa_op->result_use == var
225225
&& opline->opcode != ZEND_ADD_ARRAY_ELEMENT
226226
&& opline->opcode != ZEND_ADD_ARRAY_UNPACK) {
227-
}
228-
if (ssa_op->result_use == var && opline->opcode != ZEND_ADD_ARRAY_ELEMENT) {
229227
return ssa_op->op1_use != var && ssa_op->op2_use != var;
230228
}
231229
return 0;

0 commit comments

Comments
 (0)