| 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 9d09a66810fe6d73919c768e4fdf4a4cc01af06c..e83951c28cfc82f5d0bbaa881f51917dd83c10b9 100644
|
| --- a/runtime/vm/flow_graph_type_propagator.cc
|
| +++ b/runtime/vm/flow_graph_type_propagator.cc
|
| @@ -1175,6 +1175,11 @@ CompileType Float64x2ZeroArgInstr::ComputeType() const {
|
| }
|
|
|
|
|
| +CompileType Float64x2OneArgInstr::ComputeType() const {
|
| + return CompileType::FromCid(kFloat64x2Cid);
|
| +}
|
| +
|
| +
|
| CompileType Int32x4BoolConstructorInstr::ComputeType() const {
|
| return CompileType::FromCid(kInt32x4Cid);
|
| }
|
|
|