| Index: src/ia32/lithium-ia32.cc
|
| diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc
|
| index 0db3d9cae6fc423281d4359d836966a2584b3f82..9b8970e4f11b0b299349d185b37e465e08da7017 100644
|
| --- a/src/ia32/lithium-ia32.cc
|
| +++ b/src/ia32/lithium-ia32.cc
|
| @@ -2414,8 +2414,6 @@ LInstruction* LChunkBuilder::DoStoreNamedField(HStoreNamedField* instr) {
|
| val = UseTempRegister(instr->value());
|
| } else if (can_be_constant) {
|
| val = UseRegisterOrConstant(instr->value());
|
| - } else if (instr->field_representation().IsSmi()) {
|
| - val = UseTempRegister(instr->value());
|
| } else if (instr->field_representation().IsDouble()) {
|
| val = UseRegisterAtStart(instr->value());
|
| } else {
|
|
|