forked from OSchip/llvm-project
Clarify what -tailcallopt option actually do.
llvm-svn: 94628
This commit is contained in:
parent
a3575ca846
commit
640b58b8d7
|
@ -174,7 +174,7 @@ DefCodeModel("code-model",
|
|||
clEnumValEnd));
|
||||
static cl::opt<bool, true>
|
||||
EnablePerformTailCallOpt("tailcallopt",
|
||||
cl::desc("Turn on tail call optimization."),
|
||||
cl::desc("Turn fastcc calls into tail calls by (potentially) changing ABI."),
|
||||
cl::location(PerformTailCallOpt),
|
||||
cl::init(false));
|
||||
static cl::opt<unsigned, true>
|
||||
|
|
Loading…
Reference in New Issue