Index: src/mips/lithium-mips.cc |
diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc |
index 863457eaae8ff00ae7f0b63199d49ef10f5ee911..d49eb1bcd44ac2a4e7f61f7050856ea4ef1bc61f 100644 |
--- a/src/mips/lithium-mips.cc |
+++ b/src/mips/lithium-mips.cc |
@@ -1595,6 +1595,11 @@ LInstruction* LChunkBuilder::DoNumericConstraint(HNumericConstraint* instr) { |
} |
+LInstruction* LChunkBuilder::DoInductionVariable(HInductionVariable* instr) { |
+ return NULL; |
+} |
+ |
+ |
LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { |
LOperand* value = UseRegisterOrConstantAtStart(instr->index()); |
LOperand* length = UseRegister(instr->length()); |