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