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