| Index: pkg/compiler/lib/src/ssa/loop_handler.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/loop_handler.dart b/pkg/compiler/lib/src/ssa/loop_handler.dart
|
| index 7edcfebf088ef0769b1b108372865c5727f5a16e..6a22a8db13a8028ad50f48efcdb17aad2dac7099 100644
|
| --- a/pkg/compiler/lib/src/ssa/loop_handler.dart
|
| +++ b/pkg/compiler/lib/src/ssa/loop_handler.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| import 'package:kernel/ast.dart' as ir;
|
|
|
| -import '../elements/elements.dart';
|
| +import '../elements/elements.dart' show JumpTarget, LabelDefinition;
|
| import '../io/source_information.dart';
|
| import '../tree/tree.dart' as ast;
|
|
|
|
|