Index: src/crankshaft/arm/lithium-codegen-arm.cc |
diff --git a/src/crankshaft/arm/lithium-codegen-arm.cc b/src/crankshaft/arm/lithium-codegen-arm.cc |
index 21aefeaa05a6b69c63fd8c263d8e809a2a1c6b3e..697a8aabc62a9f8182b9c764982a13959fe9afd5 100644 |
--- a/src/crankshaft/arm/lithium-codegen-arm.cc |
+++ b/src/crankshaft/arm/lithium-codegen-arm.cc |
@@ -5179,13 +5179,6 @@ void LCodeGen::DoDeferredAllocate(LAllocate* instr) { |
} |
-void LCodeGen::DoToFastProperties(LToFastProperties* instr) { |
- DCHECK(ToRegister(instr->value()).is(r0)); |
- __ push(r0); |
- CallRuntime(Runtime::kToFastProperties, 1, instr); |
-} |
- |
- |
void LCodeGen::DoTypeof(LTypeof* instr) { |
DCHECK(ToRegister(instr->value()).is(r3)); |
DCHECK(ToRegister(instr->result()).is(r0)); |