Index: src/crankshaft/ppc/lithium-codegen-ppc.cc |
diff --git a/src/crankshaft/ppc/lithium-codegen-ppc.cc b/src/crankshaft/ppc/lithium-codegen-ppc.cc |
index ffd32798d41a8ceef5b18460120f56e912f128fe..972232b690c4f9d4dee7face33c0a52ffc5b5f66 100644 |
--- a/src/crankshaft/ppc/lithium-codegen-ppc.cc |
+++ b/src/crankshaft/ppc/lithium-codegen-ppc.cc |
@@ -5404,13 +5404,6 @@ void LCodeGen::DoDeferredAllocate(LAllocate* instr) { |
} |
-void LCodeGen::DoToFastProperties(LToFastProperties* instr) { |
- DCHECK(ToRegister(instr->value()).is(r3)); |
- __ push(r3); |
- CallRuntime(Runtime::kToFastProperties, 1, instr); |
-} |
- |
- |
void LCodeGen::DoTypeof(LTypeof* instr) { |
DCHECK(ToRegister(instr->value()).is(r6)); |
DCHECK(ToRegister(instr->result()).is(r3)); |