diff options
Diffstat (limited to 'lib/Transforms/Instrumentation/TraceValues.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/TraceValues.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/TraceValues.cpp b/lib/Transforms/Instrumentation/TraceValues.cpp index 3d5ff45ccf..3e0cb4b7f4 100644 --- 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 |