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