| Index: runtime/vm/flow_graph_type_propagator.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_type_propagator.cc (revision 31038)
|
| +++ runtime/vm/flow_graph_type_propagator.cc (working copy)
|
| @@ -1011,12 +1011,12 @@
|
|
|
|
|
| CompileType BinaryMintOpInstr::ComputeType() const {
|
| - return CompileType::FromCid(kMintCid);
|
| + return CompileType::Int();
|
| }
|
|
|
|
|
| CompileType ShiftMintOpInstr::ComputeType() const {
|
| - return CompileType::FromCid(kMintCid);
|
| + return CompileType::Int();
|
| }
|
|
|
|
|
|
|