| 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 2e5abeaf6b3866811d4610b3a320c08f224cbb0b..ec1a880c9c464201b8496429ffa9a34930731961 100644
|
| --- a/runtime/vm/flow_graph_type_propagator.cc
|
| +++ b/runtime/vm/flow_graph_type_propagator.cc
|
| @@ -962,6 +962,11 @@ CompileType BinaryDoubleOpInstr::ComputeType() const {
|
| }
|
|
|
|
|
| +CompileType BinaryFloat32x4OpInstr::ComputeType() const {
|
| + return CompileType::FromCid(kFloat32x4Cid);
|
| +}
|
| +
|
| +
|
| CompileType MathSqrtInstr::ComputeType() const {
|
| return CompileType::FromCid(kDoubleCid);
|
| }
|
|
|