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

Unified Diff: pkg/compiler/lib/src/dart_backend/logical_rewriter.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/logical_rewriter.dart
diff --git a/pkg/compiler/lib/src/dart_backend/logical_rewriter.dart b/pkg/compiler/lib/src/dart_backend/logical_rewriter.dart
index 8689aaa02b34a5756854f7ae0d86a46c6d39c54b..41727739b33dc18e92ddb5f3a9e242b9a3d7fc81 100644
--- a/pkg/compiler/lib/src/dart_backend/logical_rewriter.dart
+++ b/pkg/compiler/lib/src/dart_backend/logical_rewriter.dart
@@ -5,7 +5,7 @@
library logical_rewriter;
import '../constants/values.dart' as values;
-import 'tree_ir_nodes.dart';
+import '../tree_ir/tree_ir_nodes.dart';
/// Rewrites logical expressions to be more compact in the Tree IR.
///
« no previous file with comments | « pkg/compiler/lib/src/dart_backend/dart_backend.dart ('k') | pkg/compiler/lib/src/dart_backend/loop_rewriter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698