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

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

Issue 1394063004: Use common.dart to re-export commonly used entities. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « pkg/compiler/lib/src/serialization/modelz.dart ('k') | pkg/compiler/lib/src/ssa/ssa_tracer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3ab874f7e70e640b19b8151b089040eaef89beb8..ba55e2ff15ef27d92c129b5fb1a3c143501d5126 100644
--- a/pkg/compiler/lib/src/ssa/ssa.dart
+++ b/pkg/compiler/lib/src/ssa/ssa.dart
@@ -9,6 +9,7 @@ import 'dart:collection';
import 'package:js_runtime/shared/embedded_names.dart';
import '../closure.dart';
+import '../common.dart';
import '../common/codegen.dart' show
CodegenRegistry,
CodegenWorkItem;
@@ -26,14 +27,9 @@ import '../constants/constant_system.dart';
import '../constants/expressions.dart';
import '../constants/values.dart';
import '../dart_types.dart';
-import '../diagnostics/diagnostic_listener.dart' show
- DiagnosticReporter;
-import '../diagnostics/invariant.dart' show
- invariant;
-import '../diagnostics/messages.dart';
-import '../diagnostics/spannable.dart' show
- CURRENT_ELEMENT_SPANNABLE,
- Spannable;
+import '../diagnostics/messages.dart' show
+ Message,
+ MessageTemplate;
import '../elements/elements.dart';
import '../elements/modelx.dart' show
ConstructorBodyElementX,
« no previous file with comments | « pkg/compiler/lib/src/serialization/modelz.dart ('k') | pkg/compiler/lib/src/ssa/ssa_tracer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698