mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Update IR
IR commit: d441328849f5172e6ad213cf0e42d77322238048
This commit is contained in:
parent
21196ca9f6
commit
1ce865244a
1 changed files with 1 additions and 1 deletions
|
@ -2007,7 +2007,7 @@ int ir_coalesce(ir_ctx *ctx)
|
||||||
if (ctx->binding) {
|
if (ctx->binding) {
|
||||||
ir_ref b1 = ir_binding_find(ctx, i);
|
ir_ref b1 = ir_binding_find(ctx, i);
|
||||||
ir_ref b2 = ir_binding_find(ctx, insn->op1);
|
ir_ref b2 = ir_binding_find(ctx, insn->op1);
|
||||||
if (b1 != b2) {
|
if (b1 && b1 != b2) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue