| Index: src/crankshaft/mips64/lithium-codegen-mips64.h
|
| diff --git a/src/crankshaft/mips64/lithium-codegen-mips64.h b/src/crankshaft/mips64/lithium-codegen-mips64.h
|
| index 2f1cefae76878591abc1fdfa82cc648c991b0ba6..4a700bd66c0f973274d6f1b3f1c61476531adc92 100644
|
| --- a/src/crankshaft/mips64/lithium-codegen-mips64.h
|
| +++ b/src/crankshaft/mips64/lithium-codegen-mips64.h
|
| @@ -214,11 +214,14 @@ class LCodeGen: public LCodeGenBase {
|
| 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 a1.
|
| 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);
|
|
|