diff options
Diffstat (limited to 'llvm/tools/opt/optdriver.cpp')
-rw-r--r-- | llvm/tools/opt/optdriver.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/opt/optdriver.cpp b/llvm/tools/opt/optdriver.cpp index 4a3b058..a185ea4 100644 --- a/llvm/tools/opt/optdriver.cpp +++ b/llvm/tools/opt/optdriver.cpp @@ -224,7 +224,8 @@ static cl::opt<bool> EnableProfileVerification( #else cl::init(false), #endif - cl::desc("Start the pipeline with prof-inject and end it with prof-check")); + cl::desc( + "Start the pipeline with prof-inject and end it with prof-verify")); static cl::opt<std::string> ClDataLayout("data-layout", cl::desc("data layout string to use"), |