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 24322ad8243b1d73656ec95684afe487798ef85e..77d83ac5da5d7fe926a33c803e04429c7ab2ed39 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; |
} |
@@ -4016,6 +4019,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; |
} |