Chromium Code Reviews| Index: runtime/vm/intermediate_language_x64.cc |
| =================================================================== |
| --- runtime/vm/intermediate_language_x64.cc (revision 13286) |
| +++ runtime/vm/intermediate_language_x64.cc (working copy) |
| @@ -2198,6 +2198,16 @@ |
| } |
| +LocationSummary* ShiftMintOpInstr::MakeLocationSummary() const { |
| + UNIMPLEMENTED(); |
| + return NULL; |
| +} |
| + |
| + |
| +void ShiftMintOpInstr::EmitNativeCode(FlowGraphCompiler* compiler) { |
| + UNIMPLEMENTED(); |
| +} |
| + |
| } // namespace dart |
| #undef __ |