Chromium Code Reviews| Index: runtime/vm/flow_graph_type_propagator.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_type_propagator.cc (revision 25251) |
| +++ runtime/vm/flow_graph_type_propagator.cc (working copy) |
| @@ -1116,6 +1116,11 @@ |
| } |
| +CompileType MathMinMaxInstr::ComputeType() const { |
| + return CompileType::FromCid(result_cid_); |
| +} |
| + |
| + |
| CompileType UnboxDoubleInstr::ComputeType() const { |
| return CompileType::FromCid(kDoubleCid); |
| } |