forked from OSchip/llvm-project
[X86]: Make param names in header and body match for isCalleePop.
Differential Revision: http://reviews.llvm.org/D16246 llvm-svn: 257965
This commit is contained in:
parent
a014ffef87
commit
c831a08fbf
|
@ -610,7 +610,7 @@ namespace llvm {
|
||||||
/// Determines whether the callee is required to pop its
|
/// Determines whether the callee is required to pop its
|
||||||
/// own arguments. Callee pop is necessary to support tail calls.
|
/// own arguments. Callee pop is necessary to support tail calls.
|
||||||
bool isCalleePop(CallingConv::ID CallingConv,
|
bool isCalleePop(CallingConv::ID CallingConv,
|
||||||
bool is64Bit, bool IsVarArg, bool TailCallOpt);
|
bool is64Bit, bool IsVarArg, bool GuaranteeTCO);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue