| Index: pkg/compiler/lib/src/dart_backend/loop_rewriter.dart
|
| diff --git a/pkg/compiler/lib/src/dart_backend/loop_rewriter.dart b/pkg/compiler/lib/src/dart_backend/loop_rewriter.dart
|
| index 8c233838dafb24461963e10c2988dd384f6444a2..1c25e11313f7d9862ec578609d73fadf452ee1b6 100644
|
| --- a/pkg/compiler/lib/src/dart_backend/loop_rewriter.dart
|
| +++ b/pkg/compiler/lib/src/dart_backend/loop_rewriter.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library loop_rewriter;
|
|
|
| -import 'tree_ir_nodes.dart';
|
| +import '../tree_ir/tree_ir_nodes.dart';
|
|
|
| /// Rewrites [WhileTrue] statements with an [If] body into a [WhileCondition],
|
| /// in situations where only one of the branches contains a [Continue] to the
|
|
|