Index: src/crankshaft/arm/lithium-codegen-arm.cc |
diff --git a/src/crankshaft/arm/lithium-codegen-arm.cc b/src/crankshaft/arm/lithium-codegen-arm.cc |
index c3b208989d2529b7c0d1b81b8ba515de6e5e6d39..09002ab48bc6ac7ff420f8f0b63dca6ca32e1e03 100644 |
--- a/src/crankshaft/arm/lithium-codegen-arm.cc |
+++ b/src/crankshaft/arm/lithium-codegen-arm.cc |
@@ -2946,6 +2946,9 @@ void LCodeGen::DoLoadKeyedExternalArray(LLoadKeyed* instr) { |
case DICTIONARY_ELEMENTS: |
case FAST_SLOPPY_ARGUMENTS_ELEMENTS: |
case SLOW_SLOPPY_ARGUMENTS_ELEMENTS: |
+ case FAST_STRING_WRAPPER_ELEMENTS: |
+ case SLOW_STRING_WRAPPER_ELEMENTS: |
+ case NO_ELEMENTS: |
UNREACHABLE(); |
break; |
} |
@@ -4012,6 +4015,9 @@ void LCodeGen::DoStoreKeyedExternalArray(LStoreKeyed* instr) { |
case DICTIONARY_ELEMENTS: |
case FAST_SLOPPY_ARGUMENTS_ELEMENTS: |
case SLOW_SLOPPY_ARGUMENTS_ELEMENTS: |
+ case FAST_STRING_WRAPPER_ELEMENTS: |
+ case SLOW_STRING_WRAPPER_ELEMENTS: |
+ case NO_ELEMENTS: |
UNREACHABLE(); |
break; |
} |