| Index: src/mips/lithium-mips.cc
|
| diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc
|
| index 04125d1696d11eb40138281f9d81d3336701c572..e7d77c6fe9e655c5576be3e3b94f5c642a9b9f47 100644
|
| --- a/src/mips/lithium-mips.cc
|
| +++ b/src/mips/lithium-mips.cc
|
| @@ -2045,7 +2045,7 @@ LInstruction* LChunkBuilder::DoLoadKeyed(HLoadKeyed* instr) {
|
| if (instr->representation().IsDouble()) {
|
| obj = UseTempRegister(instr->elements());
|
| } else {
|
| - ASSERT(instr->representation().IsTagged());
|
| + ASSERT(instr->representation().IsSmiOrTagged());
|
| obj = UseRegisterAtStart(instr->elements());
|
| }
|
| result = new(zone()) LLoadKeyed(obj, key);
|
|
|