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,