| Index: src/mips/lithium-mips.cc
|
| diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc
|
| index 8a349120eb6458dd51579896282dd99fbebcf9a1..fd1f58f8708d501f6cc5fad162d84c7e22bfe50b 100644
|
| --- a/src/mips/lithium-mips.cc
|
| +++ b/src/mips/lithium-mips.cc
|
| @@ -2119,7 +2119,7 @@ LInstruction* LChunkBuilder::DoLoadKeyed(HLoadKeyed* instr) {
|
| if (!instr->is_external()) {
|
| LOperand* obj = NULL;
|
| if (instr->representation().IsDouble()) {
|
| - obj = UseTempRegister(instr->elements());
|
| + obj = UseRegister(instr->elements());
|
| } else {
|
| ASSERT(instr->representation().IsSmiOrTagged());
|
| obj = UseRegisterAtStart(instr->elements());
|
|
|