Index: src/x64/lithium-x64.cc |
=================================================================== |
--- src/x64/lithium-x64.cc (revision 9327) |
+++ src/x64/lithium-x64.cc (working copy) |
@@ -1732,7 +1732,9 @@ |
LInstruction* LChunkBuilder::DoStoreGlobalCell(HStoreGlobalCell* instr) { |
LStoreGlobalCell* result = |
- new LStoreGlobalCell(UseRegister(instr->value()), TempRegister()); |
+ new LStoreGlobalCell(UseTempRegister(instr->value()), |
+ TempRegister(), |
+ TempRegister()); |
return instr->check_hole_value() ? AssignEnvironment(result) : result; |
} |