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

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

Issue 10855146: Make the closure-to-class translator more accessible. It can now be (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 8 years, 4 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 | « lib/compiler/implementation/ssa/closure.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/ssa/ssa.dart
diff --git a/lib/compiler/implementation/ssa/ssa.dart b/lib/compiler/implementation/ssa/ssa.dart
index 1da64f2b23fd7ef430f9808d5aaff50049782181..ff9355c1d15243aedbe3d81c10c60bf3f5386449 100644
--- a/lib/compiler/implementation/ssa/ssa.dart
+++ b/lib/compiler/implementation/ssa/ssa.dart
@@ -4,6 +4,7 @@
#library('ssa');
+#import('../closure.dart');
#import('../js/js.dart', prefix: 'js');
#import('../leg.dart');
#import('../source_file.dart');
@@ -18,7 +19,6 @@
#source('bailout.dart');
#source('builder.dart');
-#source('closure.dart');
#source('codegen.dart');
#source('codegen_helpers.dart');
#source('js_names.dart');
« no previous file with comments | « lib/compiler/implementation/ssa/closure.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698