Index: src/crankshaft/s390/lithium-codegen-s390.h |
diff --git a/src/crankshaft/s390/lithium-codegen-s390.h b/src/crankshaft/s390/lithium-codegen-s390.h |
index 0d06ddc442ddd966d02294c194aee6eae99b6a1d..6d364cbe1161c188b7bbee5d1c7056c92dc52a57 100644 |
--- a/src/crankshaft/s390/lithium-codegen-s390.h |
+++ b/src/crankshaft/s390/lithium-codegen-s390.h |
@@ -193,11 +193,14 @@ class LCodeGen : public LCodeGenBase { |
void CallRuntimeFromDeferred(Runtime::FunctionId id, int argc, |
LInstruction* instr, LOperand* context); |
+ void PrepareForTailCall(const ParameterCount& actual, Register scratch1, |
+ Register scratch2, Register scratch3); |
+ |
// Generate a direct call to a known function. Expects the function |
// to be in r4. |
void CallKnownFunction(Handle<JSFunction> function, |
int formal_parameter_count, int arity, |
- LInstruction* instr); |
+ bool is_tail_call, LInstruction* instr); |
void RecordSafepointWithLazyDeopt(LInstruction* instr, |
SafepointMode safepoint_mode); |