Index: src/ia32/lithium-ia32.cc |
diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc |
index f364439f10921d5ee47dbbd47771aa4c53bf10c5..c50378514a6bf1d25548be68c771a08c0d6e1d81 100644 |
--- a/src/ia32/lithium-ia32.cc |
+++ b/src/ia32/lithium-ia32.cc |
@@ -1856,9 +1856,7 @@ LInstruction* LChunkBuilder::DoLoadGlobalGeneric(HLoadGlobalGeneric* instr) { |
LInstruction* LChunkBuilder::DoStoreGlobalCell(HStoreGlobalCell* instr) { |
LStoreGlobalCell* result = |
- new(zone()) LStoreGlobalCell(UseTempRegister(instr->value()), |
- TempRegister(), |
- TempRegister()); |
+ new(zone()) LStoreGlobalCell(UseRegister(instr->value())); |
return instr->RequiresHoleCheck() ? AssignEnvironment(result) : result; |
} |