Index: pkg/compiler/lib/src/ssa/jump_handler.dart |
diff --git a/pkg/compiler/lib/src/ssa/jump_handler.dart b/pkg/compiler/lib/src/ssa/jump_handler.dart |
index 50628f89723ec76c070d9d2b70ed58fc5cac8f3e..0050e4abd44c93af318e5acc0be0811c0f622036 100644 |
--- a/pkg/compiler/lib/src/ssa/jump_handler.dart |
+++ b/pkg/compiler/lib/src/ssa/jump_handler.dart |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
import '../common.dart'; |
-import '../elements/elements.dart'; |
+import '../elements/jumps.dart'; |
import '../tree/tree.dart' as ast; |
import 'graph_builder.dart'; |