| Index: src/x64/lithium-x64.cc
 | 
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc
 | 
| index 57de0c8e17e3c6aeae89c220990a29fb690815a8..f889558fb993824316af59268e87b793e8163103 100644
 | 
| --- a/src/x64/lithium-x64.cc
 | 
| +++ b/src/x64/lithium-x64.cc
 | 
| @@ -1654,6 +1654,13 @@ LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) {
 | 
|  }
 | 
|  
 | 
|  
 | 
| +LInstruction* LChunkBuilder::DoBoundsCheckBaseIndexInformation(
 | 
| +    HBoundsCheckBaseIndexInformation* instr) {
 | 
| +  UNREACHABLE();
 | 
| +  return NULL;
 | 
| +}
 | 
| +
 | 
| +
 | 
|  LInstruction* LChunkBuilder::DoAbnormalExit(HAbnormalExit* instr) {
 | 
|    // The control instruction marking the end of a block that completed
 | 
|    // abruptly (e.g., threw an exception).  There is nothing specific to do.
 | 
| 
 |