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