| Index: pkg/compiler/lib/src/dart_backend/copy_propagator.dart
|
| diff --git a/pkg/compiler/lib/src/dart_backend/copy_propagator.dart b/pkg/compiler/lib/src/dart_backend/copy_propagator.dart
|
| index 71157968444ed80efc8497ec6edf158e39904db2..8f9ceb86b0af359803e6a211b91e02704aea1244 100644
|
| --- a/pkg/compiler/lib/src/dart_backend/copy_propagator.dart
|
| +++ b/pkg/compiler/lib/src/dart_backend/copy_propagator.dart
|
| @@ -5,7 +5,7 @@
|
| library copy_propagator;
|
|
|
| import '../elements/elements.dart';
|
| -import 'tree_ir_nodes.dart';
|
| +import '../tree_ir/tree_ir_nodes.dart';
|
|
|
| /// Eliminates moving assignments, such as w := v, by assigning directly to w
|
| /// at the definition of v.
|
|
|