Chromium Code Reviews| Index: src/mips/lithium-mips.cc |
| =================================================================== |
| --- src/mips/lithium-mips.cc (revision 10299) |
| +++ src/mips/lithium-mips.cc (working copy) |
| @@ -1941,8 +1941,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); |
| } |