Index: src/crankshaft/x87/lithium-codegen-x87.cc |
diff --git a/src/crankshaft/x87/lithium-codegen-x87.cc b/src/crankshaft/x87/lithium-codegen-x87.cc |
index a7eaae10359a74ecffaaa6add53b9176db3789f0..c1b57efbf6190eb19c77f336d97fb7b4bc228b10 100644 |
--- a/src/crankshaft/x87/lithium-codegen-x87.cc |
+++ b/src/crankshaft/x87/lithium-codegen-x87.cc |
@@ -5395,13 +5395,6 @@ void LCodeGen::DoDeferredAllocate(LAllocate* instr) { |
} |
-void LCodeGen::DoToFastProperties(LToFastProperties* instr) { |
- DCHECK(ToRegister(instr->value()).is(eax)); |
- __ push(eax); |
- CallRuntime(Runtime::kToFastProperties, 1, instr); |
-} |
- |
- |
void LCodeGen::DoTypeof(LTypeof* instr) { |
DCHECK(ToRegister(instr->context()).is(esi)); |
DCHECK(ToRegister(instr->value()).is(ebx)); |