| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index 6ce21448bde14c854fd7a1016b35e6708a9d4b6e..71c9dda221b4b5a61138efc9d8b32242062e658d 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -2570,7 +2570,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()));
|
| }
|
|
|
|
|
|
|