| Index: dart/lib/compiler/implementation/ssa/optimize.dart
|
| diff --git a/dart/lib/compiler/implementation/ssa/optimize.dart b/dart/lib/compiler/implementation/ssa/optimize.dart
|
| index 156bbfe6eccaf544225b1822fa71ab0646da8133..d83f85be7221087e559969c6ff7c1c316b749850 100644
|
| --- a/dart/lib/compiler/implementation/ssa/optimize.dart
|
| +++ b/dart/lib/compiler/implementation/ssa/optimize.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of ssa;
|
| -
|
| abstract class OptimizationPhase {
|
| String get name;
|
| void visitGraph(HGraph graph);
|
|
|