Index: pkg/compiler/lib/src/ssa/ssa.dart |
diff --git a/pkg/compiler/lib/src/ssa/ssa.dart b/pkg/compiler/lib/src/ssa/ssa.dart |
index 33b3590cee43aedfde55ad5186300bd13c6f2734..2318c3170995884625b9ad7233ed826b180d2aae 100644 |
--- a/pkg/compiler/lib/src/ssa/ssa.dart |
+++ b/pkg/compiler/lib/src/ssa/ssa.dart |
@@ -12,6 +12,9 @@ import '../closure.dart'; |
import '../common/codegen.dart' show |
CodegenRegistry, |
CodegenWorkItem; |
+import '../common/names.dart' show |
+ Identifiers, |
+ Selectors; |
import '../common/tasks.dart' show |
CompilerTask; |
import '../compiler.dart' show |