commit | 4689728cdf557fb979d0a5464b9b24f18630be2e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Jul 22 02:17:27 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Jul 22 02:17:27 2002 +0000 |
tree | d9ff989fd8f84be6d03edb5b78ab4da595baa3fc | |
parent | 5ff62e90d0bc321206023897edc1e2691cb0fbb6 [diff] |
Hide extra argument git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2986 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Instrumentation/TraceValues.cpp b/lib/Transforms/Instrumentation/TraceValues.cpp index 3d5ff45..3e0cb4b 100644 --- a/lib/Transforms/Instrumentation/TraceValues.cpp +++ b/lib/Transforms/Instrumentation/TraceValues.cpp
@@ -28,7 +28,7 @@ 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