mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Clarify what -tailcallopt option actually do.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94628 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c90a153ad0
commit
8c86db58c8
@ -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
Block a user