| Index: src/crankshaft/mips/lithium-codegen-mips.h
|
| diff --git a/src/crankshaft/mips/lithium-codegen-mips.h b/src/crankshaft/mips/lithium-codegen-mips.h
|
| index df72b2e93cbe97d3ee083d054d2c97964d1c6ec2..7a316e5957562dbb4ec1fcbf9a82c49137bb2a38 100644
|
| --- a/src/crankshaft/mips/lithium-codegen-mips.h
|
| +++ b/src/crankshaft/mips/lithium-codegen-mips.h
|
| @@ -212,11 +212,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);
|
|
|