mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Keep consistent cfg.map[]
This commit is contained in:
@@ -153,6 +153,7 @@ static void zend_ssa_remove_nops(zend_op_array *op_array, zend_ssa *ssa)
|
||||
if (i != target) {
|
||||
op_array->opcodes[target] = op_array->opcodes[i];
|
||||
ssa->ops[target] = ssa->ops[i];
|
||||
ssa->cfg.map[target] = b - blocks;
|
||||
}
|
||||
target++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user