| Index: dart/lib/compiler/implementation/ssa/types_propagation.dart
|
| diff --git a/dart/lib/compiler/implementation/ssa/types_propagation.dart b/dart/lib/compiler/implementation/ssa/types_propagation.dart
|
| index d955cb5387ef066cc98f473fd6fd17520aa70fe4..50721718dc8ae1e82ff8b1ac18dd42aa0ae04f33 100644
|
| --- a/dart/lib/compiler/implementation/ssa/types_propagation.dart
|
| +++ b/dart/lib/compiler/implementation/ssa/types_propagation.dart
|
| @@ -10,7 +10,7 @@ class SsaTypePropagator extends HGraphVisitor implements OptimizationPhase {
|
| final HTypeMap types;
|
|
|
| final Compiler compiler;
|
| - String get name() => 'type propagator';
|
| + String get name => 'type propagator';
|
|
|
| SsaTypePropagator(this.compiler, this.types)
|
| : workmap = new Map<int, HInstruction>(),
|
|
|