| 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 48095be15dba8874a5240b220ccc229d9960bd22..60790869d912a52ee605779a00ca7d33a331c374 100644
|
| --- a/pkg/compiler/lib/src/ssa/loop_handler.dart
|
| +++ b/pkg/compiler/lib/src/ssa/loop_handler.dart
|
| @@ -5,7 +5,7 @@
|
| import 'package:kernel/ast.dart' as ir;
|
|
|
| import '../closure.dart';
|
| -import '../elements/elements.dart' show JumpTarget, LabelDefinition;
|
| +import '../elements/jumps.dart';
|
| import '../io/source_information.dart';
|
| import '../tree/tree.dart' as ast;
|
|
|
|
|