Chromium Code Reviews| Index: runtime/vm/flow_graph_type_propagator.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_type_propagator.cc (revision 31083) |
| +++ runtime/vm/flow_graph_type_propagator.cc (working copy) |
| @@ -1009,7 +1009,8 @@ |
| return CompileType::FromCid(kSmiCid); |
| } |
| - |
| +// Note that MintOp may produce Smi-s as result of an |
| +// appended BoxIntegerInstr node. |
| CompileType BinaryMintOpInstr::ComputeType() const { |
| return CompileType::Int(); |
| } |