Hide extra argument
authorChris Lattner <sabre@nondot.org>
Mon, 22 Jul 2002 02:17:27 +0000 (02:17 +0000)
committerChris 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

index 3d5ff45ccf2b5b7819f3c181a3d805c0a192435d..3e0cb4b7f48813ebed0084cd056160a42d4f9e93 100644 (file)
@@ -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