mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Update unreachable blocks.
This commit is contained in:
parent
9d7d409e6a
commit
0625fbe32b
1 changed files with 3 additions and 0 deletions
|
@ -172,6 +172,9 @@ static void zend_ssa_remove_nops(zend_op_array *op_array, zend_ssa *ssa)
|
|||
new_opline = op_array->opcodes + target - 1;
|
||||
zend_optimizer_migrate_jump(op_array, new_opline, opline);
|
||||
}
|
||||
} else {
|
||||
b->start = target;
|
||||
b->len = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue