Index: src/arm/lithium-arm.cc |
diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc |
index 7272f545d4a7116c12ffdd089ddb5520aea5a7d4..38884ce0afc66cd4bf86e1926ac42f0111258389 100644 |
--- a/src/arm/lithium-arm.cc |
+++ b/src/arm/lithium-arm.cc |
@@ -1779,6 +1779,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. |