Index: runtime/vm/flow_graph_type_propagator.cc |
=================================================================== |
--- runtime/vm/flow_graph_type_propagator.cc (revision 32158) |
+++ runtime/vm/flow_graph_type_propagator.cc (working copy) |
@@ -922,7 +922,8 @@ |
CompileType CreateArrayInstr::ComputeType() const { |
- return CompileType::FromAbstractType(type(), CompileType::kNonNullable); |
+ // TODO(fschneider): Add abstract type and type arguments to the compile type. |
+ return CompileType::FromCid(kArrayCid); |
} |