Index: src/crankshaft/ia32/lithium-ia32.cc |
diff --git a/src/crankshaft/ia32/lithium-ia32.cc b/src/crankshaft/ia32/lithium-ia32.cc |
index dcb9c626992b59c05377772cc14c839921eb472b..a0cb93975f934ea60a887e9516a71ac71128138c 100644 |
--- a/src/crankshaft/ia32/lithium-ia32.cc |
+++ b/src/crankshaft/ia32/lithium-ia32.cc |
@@ -1786,14 +1786,6 @@ LInstruction* LChunkBuilder::DoMapEnumLength(HMapEnumLength* instr) { |
} |
-LInstruction* LChunkBuilder::DoDateField(HDateField* instr) { |
- LOperand* date = UseFixed(instr->value(), eax); |
- LDateField* result = |
- new(zone()) LDateField(date, FixedTemp(ecx), instr->index()); |
- return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoSeqStringGetChar(HSeqStringGetChar* instr) { |
LOperand* string = UseRegisterAtStart(instr->string()); |
LOperand* index = UseRegisterOrConstantAtStart(instr->index()); |