| Index: src/mips/lithium-mips.cc
|
| diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc
|
| index ba7346fd84ca3236ddc1b9a8d94f5647865c18f8..6f8d95ef4b4ae4309576adcd4ac20440828b8ced 100644
|
| --- a/src/mips/lithium-mips.cc
|
| +++ b/src/mips/lithium-mips.cc
|
| @@ -1808,7 +1808,7 @@ LInstruction* LChunkBuilder::DoSeqStringSetChar(HSeqStringSetChar* instr) {
|
| LOperand* string = UseRegister(instr->string());
|
| LOperand* index = UseRegisterOrConstant(instr->index());
|
| LOperand* value = UseRegister(instr->value());
|
| - return new(zone()) LSeqStringSetChar(instr->encoding(), string, index, value);
|
| + return new(zone()) LSeqStringSetChar(string, index, value);
|
| }
|
|
|
|
|
|
|