Index: src/arm/lithium-arm.cc |
diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc |
index c7b4382a8d710c026a96e24a6b4ebffdf43463e5..e214dd106b9a18dc3897f7b6d408434ad0310962 100644 |
--- a/src/arm/lithium-arm.cc |
+++ b/src/arm/lithium-arm.cc |
@@ -1703,6 +1703,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. |