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