| Index: pkg/compiler/lib/src/tree_ir/optimization/loop_rewriter.dart
|
| diff --git a/pkg/compiler/lib/src/tree_ir/optimization/loop_rewriter.dart b/pkg/compiler/lib/src/tree_ir/optimization/loop_rewriter.dart
|
| index 0913a117172b7e3ea4c3bf6f168d5cf115606418..a9112f533ddf56fa312089ffd5dcfbf7b3ad09f8 100644
|
| --- a/pkg/compiler/lib/src/tree_ir/optimization/loop_rewriter.dart
|
| +++ b/pkg/compiler/lib/src/tree_ir/optimization/loop_rewriter.dart
|
| @@ -28,6 +28,7 @@ part of tree_ir.optimization;
|
| /// Note that the above pattern needs no iteration since nested ifs
|
| /// have been collapsed previously in the [StatementRewriter] phase.
|
| class LoopRewriter extends RecursiveVisitor with PassMixin {
|
| + String get passName => 'Loop rewriter';
|
|
|
| Set<Label> usedContinueLabels = new Set<Label>();
|
|
|
|
|