| Index: src/a64/lithium-a64.cc
|
| diff --git a/src/a64/lithium-a64.cc b/src/a64/lithium-a64.cc
|
| index bcfc1bfce90980d6771bd232a01ef511f7968591..4e8196ce9350fb3ff624a920efbbd8a62bf07a7f 100644
|
| --- a/src/a64/lithium-a64.cc
|
| +++ b/src/a64/lithium-a64.cc
|
| @@ -2081,7 +2081,6 @@ LInstruction* LChunkBuilder::DoStoreKeyed(HStoreKeyed* instr) {
|
| }
|
|
|
| if (instr->is_typed_elements()) {
|
| - ASSERT(instr->elements()->representation().IsExternal());
|
| ASSERT((instr->value()->representation().IsInteger32() &&
|
| !IsDoubleOrFloatElementsKind(instr->elements_kind())) ||
|
| (instr->value()->representation().IsDouble() &&
|
|
|