Index: src/crankshaft/ppc/lithium-codegen-ppc.cc |
diff --git a/src/crankshaft/ppc/lithium-codegen-ppc.cc b/src/crankshaft/ppc/lithium-codegen-ppc.cc |
index 9a7aa32aa76ae2a7178dcbbdd51c1413ff954d91..10a13def75b1b70c62e87bd0817abca112c7d679 100644 |
--- a/src/crankshaft/ppc/lithium-codegen-ppc.cc |
+++ b/src/crankshaft/ppc/lithium-codegen-ppc.cc |
@@ -3086,6 +3086,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; |
} |
@@ -4275,6 +4278,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; |
} |