Chromium Code Reviews| Index: runtime/vm/flow_graph_type_propagator.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_type_propagator.cc (revision 26168) |
| +++ runtime/vm/flow_graph_type_propagator.cc (working copy) |
| @@ -981,6 +981,11 @@ |
| } |
| +CompileType UnaryDoubleOpInstr::ComputeType() const { |
| + return CompileType::FromCid(kDoubleCid); |
| +} |
| + |
| + |
| CompileType DoubleToSmiInstr::ComputeType() const { |
| return CompileType::FromCid(kSmiCid); |
| } |