| Index: lib/compiler/implementation/ssa/optimize.dart
|
| diff --git a/lib/compiler/implementation/ssa/optimize.dart b/lib/compiler/implementation/ssa/optimize.dart
|
| index de58f93c4eef3afb3ef9afc611977ae38cbe32d5..5e2685c66022947b06de4fbfb72cb18b97c1e71b 100644
|
| --- a/lib/compiler/implementation/ssa/optimize.dart
|
| +++ b/lib/compiler/implementation/ssa/optimize.dart
|
| @@ -2,6 +2,8 @@
|
| // 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);
|
|
|