Clarify what -tailcallopt option actually do.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 27 Jan 2010 00:10:09 +0000 (00:10 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 27 Jan 2010 00:10:09 +0000 (00:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94628 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetMachine.cpp

index fec59b5e2b50de67087220844050cfc7b8e377c8..8d990443be1637e6324c0aaddc16c08ee51e6a89 100644 (file)
@@ -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>