| 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 1da858fc2335174ca61df1af924a97be16a1c185..8d139a855da3d618c35bbaa054dbc01a914ba703 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| @@ -2902,12 +2902,6 @@ class TypePropagationVisitor implements Visitor {
|
| }
|
| }
|
|
|
| - void visitLiteralMap(LiteralMap node) {
|
| - // Constant maps are translated into (Constant MapConstant(...)) IR nodes,
|
| - // and thus LiteralMap nodes are NonConst.
|
| - setValue(node, nonConstant(typeSystem.mapType));
|
| - }
|
| -
|
| void visitConstant(Constant node) {
|
| ConstantValue value = node.value;
|
| if (value.isDummy || !value.isConstant) {
|
|
|