| Index: src/x64/lithium-x64.cc
|
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc
|
| index 4194ad6e25405622326afb68ddac3b2b429567e5..57de0c8e17e3c6aeae89c220990a29fb690815a8 100644
|
| --- a/src/x64/lithium-x64.cc
|
| +++ b/src/x64/lithium-x64.cc
|
| @@ -1641,6 +1641,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 = Use(instr->length());
|
|
|