| 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 f66f370dc05476b13461929317e052593f001b7a..27e92d75c792e0394f9ad2054a7307aad7e8b519 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| @@ -896,6 +896,10 @@ class _TypePropagationVisitor<T> implements Visitor {
|
| // real constants of type [Type].
|
| setValue(node, nonConstant());
|
| }
|
| +
|
| + void visitCreateInvocationMirror(CreateInvocationMirror node) {
|
| + setValue(node, nonConstant());
|
| + }
|
| }
|
|
|
| /// Represents the abstract value of a primitive value at some point in the
|
|
|