Chromium Code Reviews| Index: src/mips/lithium-mips.cc |
| =================================================================== |
| --- src/mips/lithium-mips.cc (revision 11426) |
| +++ src/mips/lithium-mips.cc (working copy) |
| @@ -1316,6 +1316,12 @@ |
| } |
| +LInstruction* LChunkBuilder::DoMathFloorOfDiv(HMathFloorOfDiv* instr) { |
| + UNIMPLEMENTED(); |
| + return NULL; |
| +} |
| + |
| + |
| LInstruction* LChunkBuilder::DoMod(HMod* instr) { |
| if (instr->representation().IsInteger32()) { |
| ASSERT(instr->left()->representation().IsInteger32()); |