Index: src/crankshaft/mips64/lithium-codegen-mips64.cc |
diff --git a/src/crankshaft/mips64/lithium-codegen-mips64.cc b/src/crankshaft/mips64/lithium-codegen-mips64.cc |
index 24ae4407fd7bb46e6f7a5c9ff90361db593f156c..1c5f952c054afaa91359cf892a65649d641ea649 100644 |
--- a/src/crankshaft/mips64/lithium-codegen-mips64.cc |
+++ b/src/crankshaft/mips64/lithium-codegen-mips64.cc |
@@ -5368,14 +5368,6 @@ void LCodeGen::DoDeferredAllocate(LAllocate* instr) { |
} |
-void LCodeGen::DoToFastProperties(LToFastProperties* instr) { |
- DCHECK(ToRegister(instr->value()).is(a0)); |
- DCHECK(ToRegister(instr->result()).is(v0)); |
- __ push(a0); |
- CallRuntime(Runtime::kToFastProperties, 1, instr); |
-} |
- |
- |
void LCodeGen::DoTypeof(LTypeof* instr) { |
DCHECK(ToRegister(instr->value()).is(a3)); |
DCHECK(ToRegister(instr->result()).is(v0)); |