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