Skip to content

Commit ea4bb58

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fix merge mistake
2 parents c124d20 + 4313659 commit ea4bb58

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
@@ -222,8 +222,6 @@ static zend_always_inline zend_bool zend_ssa_is_no_val_use(const zend_op *opline
222222
if (ssa_op->result_use == var
223223
&& opline->opcode != ZEND_ADD_ARRAY_ELEMENT
224224
&& opline->opcode != ZEND_ADD_ARRAY_UNPACK) {
225-
}
226-
if (ssa_op->result_use == var && opline->opcode != ZEND_ADD_ARRAY_ELEMENT) {
227225
return ssa_op->op1_use != var && ssa_op->op2_use != var;
228226
}
229227
return 0;

0 commit comments

Comments
 (0)