| Index: src/mips/lithium-codegen-mips.cc
|
| diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc
|
| index f16266468f76b72d724e421e1c035b2e2d9ab7e1..65b4a575f7703d1d8394808141c0b2708b91e71f 100644
|
| --- a/src/mips/lithium-codegen-mips.cc
|
| +++ b/src/mips/lithium-codegen-mips.cc
|
| @@ -4464,7 +4464,7 @@ void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) {
|
| Register object = ToRegister(instr->object());
|
| Register temp = ToRegister(instr->temp());
|
| Label fail;
|
| - __ TestJSArrayForAllocationSiteInfo(object, temp, ne, &fail);
|
| + __ TestJSArrayForAllocationMemento(object, temp, ne, &fail);
|
| DeoptimizeIf(al, instr->environment());
|
| __ bind(&fail);
|
| }
|
|
|