| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index a1e892bb24354fa9de1f962bec853f9138cf16a3..8a78fc1f8a556d9f9d728848d90f8a54e2137a31 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -2574,7 +2574,7 @@ LInstruction* LChunkBuilder::DoTypeofIsAndBranch(HTypeofIsAndBranch* instr) {
|
| LInstruction* goto_instr = CheckElideControlInstruction(instr);
|
| if (goto_instr != NULL) return goto_instr;
|
|
|
| - return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value()));
|
| + return new(zone()) LTypeofIsAndBranch(UseRegister(instr->value()));
|
| }
|
|
|
|
|
|
|