| 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 f702ed5a1e1721f86eb496dcf525c8ce1ad9b43c..32a5b7e2efb54e96973e0657289b480f34633bc3 100644
|
| --- a/runtime/vm/flow_graph_type_propagator.cc
|
| +++ b/runtime/vm/flow_graph_type_propagator.cc
|
| @@ -1336,6 +1336,11 @@ CompileType SmiToDoubleInstr::ComputeType() const {
|
| }
|
|
|
|
|
| +CompileType MintToDoubleInstr::ComputeType() const {
|
| + return CompileType::FromCid(kDoubleCid);
|
| +}
|
| +
|
| +
|
| CompileType DoubleToDoubleInstr::ComputeType() const {
|
| return CompileType::FromCid(kDoubleCid);
|
| }
|
|
|