Index: src/x64/lithium-x64.cc |
diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc |
index d9c2f95f42b878e39bbf69ac5856eaecfe2debbe..16248ee1792d1cbc76ec5df1d47393f7b968c79f 100644 |
--- a/src/x64/lithium-x64.cc |
+++ b/src/x64/lithium-x64.cc |
@@ -1700,6 +1700,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. |