| Index: runtime/vm/flow_graph_type_propagator.cc
|
| diff --git a/runtime/vm/flow_graph_type_propagator.cc b/runtime/vm/flow_graph_type_propagator.cc
|
| index c9dc3f7e80aacefddcab9d101f30451ceb3216b2..37715ed965671f187aaeac418a80667b4c072a02 100644
|
| --- a/runtime/vm/flow_graph_type_propagator.cc
|
| +++ b/runtime/vm/flow_graph_type_propagator.cc
|
| @@ -1215,6 +1215,11 @@ CompileType Float64x2OneArgInstr::ComputeType() const {
|
| }
|
|
|
|
|
| +CompileType Int32x4ConstructorInstr::ComputeType() const {
|
| + return CompileType::FromCid(kInt32x4Cid);
|
| +}
|
| +
|
| +
|
| CompileType Int32x4BoolConstructorInstr::ComputeType() const {
|
| return CompileType::FromCid(kInt32x4Cid);
|
| }
|
|
|