| Index: lib/compiler/implementation/ssa/bailout.dart
|
| diff --git a/lib/compiler/implementation/ssa/bailout.dart b/lib/compiler/implementation/ssa/bailout.dart
|
| index c1c814d51bcd81ed725605a005a61ac0da8f4e2d..8b57edf1baee946a43b8ddb02bd9114e5154dd6c 100644
|
| --- a/lib/compiler/implementation/ssa/bailout.dart
|
| +++ b/lib/compiler/implementation/ssa/bailout.dart
|
| @@ -141,7 +141,7 @@ class SsaTypeGuardBuilder extends HBaseVisitor implements OptimizationPhase {
|
| // will be replaced by the live environment at the loop entry,
|
| // in this case {x}.
|
| environment.removeLoopMarker(block);
|
| - capturedEnvironments.forEach((instruction, env) {
|
| + capturedEnvironments.forEach((ignoredInstruction, env) {
|
| if (env.containsLoopMarker(block)) {
|
| env.removeLoopMarker(block);
|
| env.addAll(environment);
|
|
|