Chromium Code Reviews| Index: runtime/vm/intermediate_language.cc |
| =================================================================== |
| --- runtime/vm/intermediate_language.cc (revision 13286) |
| +++ runtime/vm/intermediate_language.cc (working copy) |
| @@ -1212,6 +1212,16 @@ |
| } |
| +RawAbstractType* ShiftMintOpInstr::CompileType() const { |
| + return Type::IntType(); |
| +} |
| + |
| + |
| +intptr_t ShiftMintOpInstr::ResultCid() const { |
| + return kDynamicCid; |
| +} |
| + |
| + |
| RawAbstractType* UnaryMintOpInstr::CompileType() const { |
| return Type::IntType(); |
| } |