Index: src/crankshaft/s390/lithium-codegen-s390.cc |
diff --git a/src/crankshaft/s390/lithium-codegen-s390.cc b/src/crankshaft/s390/lithium-codegen-s390.cc |
index 10edf3130476caee501407abf1064428b16a0fe3..bb5286d8e7257a396754097822777d71c4d423b4 100644 |
--- a/src/crankshaft/s390/lithium-codegen-s390.cc |
+++ b/src/crankshaft/s390/lithium-codegen-s390.cc |
@@ -5237,12 +5237,6 @@ void LCodeGen::DoDeferredAllocate(LAllocate* instr) { |
__ StoreToSafepointRegisterSlot(r2, result); |
} |
-void LCodeGen::DoToFastProperties(LToFastProperties* instr) { |
- DCHECK(ToRegister(instr->value()).is(r2)); |
- __ push(r2); |
- CallRuntime(Runtime::kToFastProperties, 1, instr); |
-} |
- |
void LCodeGen::DoTypeof(LTypeof* instr) { |
DCHECK(ToRegister(instr->value()).is(r5)); |
DCHECK(ToRegister(instr->result()).is(r2)); |