| Index: lib/compiler/implementation/ssa/codegen.dart
|
| diff --git a/lib/compiler/implementation/ssa/codegen.dart b/lib/compiler/implementation/ssa/codegen.dart
|
| index a7ff2777c7b95b47f546c0068e4b92f052e21dcb..0403f7f603f0eee5656ec63e002ccda59a2acfad 100644
|
| --- a/lib/compiler/implementation/ssa/codegen.dart
|
| +++ b/lib/compiler/implementation/ssa/codegen.dart
|
| @@ -1263,7 +1263,6 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| || start.last is HContinue) {
|
| return false;
|
| }
|
| - HInstruction instruction = start.first;
|
| for (HInstruction instruction = start.first;
|
| instruction != start.last;
|
| instruction = instruction.next) {
|
|
|