From: Chris Lattner Date: Sun, 13 Apr 2003 03:50:14 +0000 (+0000) Subject: Make help message more clear X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=af7ccd9bba91deb87dd7c6bcb4c86f9492002d30;p=oota-llvm.git Make help message more clear git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5775 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/TraceValues.cpp b/lib/Transforms/Instrumentation/TraceValues.cpp index 8c44d4d28ca..c19848dd4b5 100644 --- a/lib/Transforms/Instrumentation/TraceValues.cpp +++ b/lib/Transforms/Instrumentation/TraceValues.cpp @@ -23,10 +23,12 @@ using std::string; static cl::opt DisablePtrHashing("tracedisablehashdisable", cl::Hidden, - cl::desc("Disable pointer hashing")); + cl::desc("Disable pointer hashing in the -trace or -tracem " + "passes")); static cl::list -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,