| Index: lib/compiler/implementation/ssa/optimize.dart
|
| diff --git a/lib/compiler/implementation/ssa/optimize.dart b/lib/compiler/implementation/ssa/optimize.dart
|
| index a99bf53c3dbc065109fc66a91aa417085d9deca2..fd0b2fea975a252ecf29216a181f6099e2f90e5f 100644
|
| --- a/lib/compiler/implementation/ssa/optimize.dart
|
| +++ b/lib/compiler/implementation/ssa/optimize.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -interface OptimizationPhase {
|
| +abstract class OptimizationPhase {
|
| String get name;
|
| void visitGraph(HGraph graph);
|
| }
|
|
|