Index: src/crankshaft/mips64/lithium-mips64.cc |
diff --git a/src/crankshaft/mips64/lithium-mips64.cc b/src/crankshaft/mips64/lithium-mips64.cc |
index d637d3d292ebf41f5027a0534fd70b02ad431f2e..129f61587f56014f691a06e219bc7c30eec2dfb4 100644 |
--- a/src/crankshaft/mips64/lithium-mips64.cc |
+++ b/src/crankshaft/mips64/lithium-mips64.cc |
@@ -1778,14 +1778,6 @@ LInstruction* LChunkBuilder::DoMapEnumLength(HMapEnumLength* instr) { |
} |
-LInstruction* LChunkBuilder::DoDateField(HDateField* instr) { |
- LOperand* object = UseFixed(instr->value(), a0); |
- LDateField* result = |
- new(zone()) LDateField(object, FixedTemp(a1), instr->index()); |
- return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoSeqStringGetChar(HSeqStringGetChar* instr) { |
LOperand* string = UseRegisterAtStart(instr->string()); |
LOperand* index = UseRegisterOrConstantAtStart(instr->index()); |