| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index f2b65efe81d636300be3aebda48327bd6d082a68..32daff096c985891a27df6495cb5cddf96ea0ac4 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -1933,7 +1933,7 @@ LInstruction* LChunkBuilder::DoCheckPrototypeMaps(HCheckPrototypeMaps* instr) {
|
| LUnallocated* temp1 = TempRegister();
|
| LOperand* temp2 = TempRegister();
|
| LCheckPrototypeMaps* result = new(zone()) LCheckPrototypeMaps(temp1, temp2);
|
| - return AssignEnvironment(Define(result, temp1));
|
| + return AssignEnvironment(result);
|
| }
|
|
|
|
|
|
|