Index: src/x64/lithium-x64.cc |
=================================================================== |
--- src/x64/lithium-x64.cc (revision 10299) |
+++ src/x64/lithium-x64.cc (working copy) |
@@ -1929,8 +1929,7 @@ |
LOperand* key = needs_write_barrier |
? UseTempRegister(instr->key()) |
: UseRegisterOrConstantAtStart(instr->key()); |
- |
- return AssignEnvironment(new LStoreKeyedFastElement(obj, key, val)); |
+ return new LStoreKeyedFastElement(obj, key, val); |
} |