Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: pkg/compiler/lib/src/compiler.dart

Issue 1762723002: Cleanup 1: split parts into their own libraries, remove unused imports (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/compiler.dart
diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
index 79ff968a7c1d4ee9ae130a7f73cbc0891db84664..9bfb7ebe917bbc29dac6a02814db96783e84a2f4 100644
--- a/pkg/compiler/lib/src/compiler.dart
+++ b/pkg/compiler/lib/src/compiler.dart
@@ -109,7 +109,7 @@ import 'serialization/task.dart' show
SerializationTask;
import 'script.dart' show
Script;
-import 'ssa/ssa.dart' show
+import 'ssa/nodes.dart' show
HInstruction;
import 'tracer.dart' show
Tracer;
« no previous file with comments | « no previous file | pkg/compiler/lib/src/cps_ir/backward_null_check_remover.dart » ('j') | pkg/compiler/lib/src/ssa/validate.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698