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

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

Issue 716823002: Set up a stub pipline for using the new cps-based ir to generate js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move IrEnabled to compiler Created 6 years, 1 month 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/dart_backend/copy_propagator.dart
diff --git a/pkg/compiler/lib/src/dart_backend/copy_propagator.dart b/pkg/compiler/lib/src/dart_backend/copy_propagator.dart
index 71157968444ed80efc8497ec6edf158e39904db2..8f9ceb86b0af359803e6a211b91e02704aea1244 100644
--- a/pkg/compiler/lib/src/dart_backend/copy_propagator.dart
+++ b/pkg/compiler/lib/src/dart_backend/copy_propagator.dart
@@ -5,7 +5,7 @@
library copy_propagator;
import '../elements/elements.dart';
-import 'tree_ir_nodes.dart';
+import '../tree_ir/tree_ir_nodes.dart';
/// Eliminates moving assignments, such as w := v, by assigning directly to w
/// at the definition of v.
« no previous file with comments | « pkg/compiler/lib/src/dart_backend/backend_ast_emitter.dart ('k') | pkg/compiler/lib/src/dart_backend/dart_backend.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698