[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/TraceValues.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Apr 12 22:51:01 PDT 2003
Changes in directory llvm/lib/Transforms/Instrumentation:
TraceValues.cpp updated: 1.53 -> 1.54
---
Log message:
Make help message more clear
---
Diffs of the changes:
Index: llvm/lib/Transforms/Instrumentation/TraceValues.cpp
diff -u llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.53 llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.54
--- llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.53 Tue Jan 14 16:39:29 2003
+++ llvm/lib/Transforms/Instrumentation/TraceValues.cpp Sat Apr 12 22:50:14 2003
@@ -23,10 +23,12 @@
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,
More information about the llvm-commits
mailing list