| 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');
|
|
|