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

Unified Diff: lib/compiler/implementation/tree/tree.dart

Issue 10441044: Refactor common logic of SsaBuilder.visitSend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Next iteration Created 8 years, 7 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: lib/compiler/implementation/tree/tree.dart
diff --git a/lib/compiler/implementation/tree/tree.dart b/lib/compiler/implementation/tree/tree.dart
index 8c0cf1e809ad8a5d7ec19301bd782087f033a5b4..1c0d54edc5720c8244c11253c2bbf0c7775566f3 100644
--- a/lib/compiler/implementation/tree/tree.dart
+++ b/lib/compiler/implementation/tree/tree.dart
@@ -7,6 +7,8 @@
#import('../scanner/scannerlib.dart');
#import('../util/util.dart');
#import('../util/characters.dart');
+#import('../leg.dart');
+#import('../elements/elements.dart');
ahe 2012/06/01 13:50:34 I don't like adding these imports.
#source('nodes.dart');
#source('dartstring.dart');
« lib/compiler/implementation/tree/nodes.dart ('K') | « lib/compiler/implementation/tree/nodes.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698