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