Index: src/x64/lithium-x64.cc |
diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc |
index e41133cb0097570a60309abc6aa75e1857161a9c..46bb35ae8f9fab01007ce77bb5186f7dbb58290f 100644 |
--- a/src/x64/lithium-x64.cc |
+++ b/src/x64/lithium-x64.cc |
@@ -2332,10 +2332,7 @@ LInstruction* LChunkBuilder::DoStoreKeyed(HStoreKeyed* instr) { |
!IsDoubleOrFloatElementsKind(elements_kind)) || |
(instr->value()->representation().IsDouble() && |
IsDoubleOrFloatElementsKind(elements_kind))); |
- DCHECK((instr->is_fixed_typed_array() && |
- instr->elements()->representation().IsTagged()) || |
- (instr->is_external() && |
- instr->elements()->representation().IsExternal())); |
+ DCHECK(instr->elements()->representation().IsExternal()); |
bool val_is_temp_register = |
elements_kind == EXTERNAL_UINT8_CLAMPED_ELEMENTS || |
elements_kind == EXTERNAL_FLOAT32_ELEMENTS || |