| Index: lib/compiler/implementation/ssa/optimize.dart
|
| diff --git a/lib/compiler/implementation/ssa/optimize.dart b/lib/compiler/implementation/ssa/optimize.dart
|
| index 7835fcb18a81f8ae3b05481cd7f4a35a029c7e40..1380e8875e3ed92a74eb95b48437bc7d505c61d8 100644
|
| --- a/lib/compiler/implementation/ssa/optimize.dart
|
| +++ b/lib/compiler/implementation/ssa/optimize.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| interface OptimizationPhase {
|
| - String get name();
|
| + String get name;
|
| void visitGraph(HGraph graph);
|
| }
|
|
|
|
|