| Index: pkg/compiler/lib/src/compiler.dart
|
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
|
| index 79ff968a7c1d4ee9ae130a7f73cbc0891db84664..9bfb7ebe917bbc29dac6a02814db96783e84a2f4 100644
|
| --- a/pkg/compiler/lib/src/compiler.dart
|
| +++ b/pkg/compiler/lib/src/compiler.dart
|
| @@ -109,7 +109,7 @@ import 'serialization/task.dart' show
|
| SerializationTask;
|
| import 'script.dart' show
|
| Script;
|
| -import 'ssa/ssa.dart' show
|
| +import 'ssa/nodes.dart' show
|
| HInstruction;
|
| import 'tracer.dart' show
|
| Tracer;
|
|
|