| 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 cecf42d12e78bc924108bbbc1217600bad0b8d70..c8eda693e758be6a04d79ed50b5ee7314ba58f86 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| @@ -1315,7 +1315,6 @@ class TypePropagationVisitor implements Visitor {
|
| Parameter returnValue = continuation.parameters.first;
|
| setValue(returnValue, nonConstant(node.type));
|
| }
|
| - setValue(node, nonConstant());
|
| }
|
| }
|
|
|
|
|