| Index: pkg/compiler/lib/src/ssa/builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart
|
| index f210452a62ca79f4c87100395718d62112933112..43ae3058c746f7c62192cf13e459b15c25397a16 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder.dart
|
| @@ -7554,8 +7554,6 @@ class SsaBranchBuilder {
|
| builder.stack.add(phi);
|
| }
|
|
|
| - HBasicBlock thenBlock = thenBranch.block;
|
| - HBasicBlock elseBlock = elseBranch.block;
|
| HBasicBlock joinBlock;
|
| // If at least one branch did not abort, open the joinBranch.
|
| if (!joinBranch.block.predecessors.isEmpty) {
|
|
|