projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff62e9
)
Hide extra argument
author
Chris Lattner
<sabre@nondot.org>
Mon, 22 Jul 2002 02:17:27 +0000
(
02:17
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 22 Jul 2002 02:17:27 +0000
(
02:17
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2986
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Instrumentation/TraceValues.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Instrumentation/TraceValues.cpp
b/lib/Transforms/Instrumentation/TraceValues.cpp
index 3d5ff45ccf2b5b7819f3c181a3d805c0a192435d..3e0cb4b7f48813ebed0084cd056160a42d4f9e93 100644
(file)
--- a/
lib/Transforms/Instrumentation/TraceValues.cpp
+++ b/
lib/Transforms/Instrumentation/TraceValues.cpp
@@
-28,7
+28,7
@@
DisablePtrHashing("tracedisablehashdisable", cl::Hidden,
static cl::list<string>
TraceFuncName("tracefunc", cl::desc("trace only specific functions"),
- cl::value_desc("function"));
+ cl::value_desc("function")
, cl::Hidden
);
// We trace a particular function if no functions to trace were specified