Index: src/x64/lithium-x64.cc |
diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc |
index b7b13867d364db65ae469f54f6b2e7e997ed851f..815038b9e699d2fa053f8c9b912da22e9045166b 100644 |
--- a/src/x64/lithium-x64.cc |
+++ b/src/x64/lithium-x64.cc |
@@ -2398,8 +2398,6 @@ LInstruction* LChunkBuilder::DoStoreNamedField(HStoreNamedField* instr) { |
val = UseFixed(instr->value(), rax); |
} else if (can_be_constant) { |
val = UseRegisterOrConstant(instr->value()); |
- } else if (instr->field_representation().IsSmi()) { |
- val = UseRegister(instr->value()); |
} else if (instr->field_representation().IsDouble()) { |
val = UseRegisterAtStart(instr->value()); |
} else { |