Make help message more clear

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5775 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-04-13 03:50:14 +00:00
parent 5cd8ae9255
commit af7ccd9bba

View File

@ -23,10 +23,12 @@ using std::string;
static cl::opt<bool>
DisablePtrHashing("tracedisablehashdisable", cl::Hidden,
cl::desc("Disable pointer hashing"));
cl::desc("Disable pointer hashing in the -trace or -tracem "
"passes"));
static cl::list<string>
TraceFuncNames("tracefunc", cl::desc("trace only specific functions"),
TraceFuncNames("tracefunc", cl::desc("Only trace specific functions in the "
"-trace or -tracem passes"),
cl::value_desc("function"), cl::Hidden);
static void TraceValuesAtBBExit(BasicBlock *BB,