| Index: pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/type_propagation.dart b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| index 4a3baf74b4b5ad02c25f7d911d2252e8c54f9c4a..3975f052b873053a20580c370858de0c3dc8b43e 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| @@ -539,7 +539,7 @@ class _TypePropagationVisitor<T> extends Visitor {
|
| }
|
| }
|
|
|
| - void visitInvokeSuperMethod(InvokeSuperMethod node) {
|
| + void visitInvokeMethodDirectly(InvokeMethodDirectly node) {
|
| Continuation cont = node.continuation.definition;
|
| setReachable(cont);
|
|
|
|
|