Skip to content

Commit 74c62f1

Browse files
committed
Remove redundant IS_CONST assignment
1 parent dbb9a64 commit 74c62f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/Optimizer/dfa_pass.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,6 @@ int zend_dfa_optimize_calls(zend_op_array *op_array, zend_ssa *ssa)
464464
/* Update opcode */
465465
op->opcode = ZEND_IN_ARRAY;
466466
op->extended_value = strict;
467-
op->op2_type = IS_CONST;
468467
op->op2.constant = zend_optimizer_add_literal(op_array, &tmp);
469468
if (has_opdata) {
470469
MAKE_NOP(op + 1);

0 commit comments

Comments
 (0)