summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt/opt.cpp
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-03-10 06:58:53 +0000
committerVedant Kumar <vsk@apple.com>2016-03-10 06:58:53 +0000
commitae22c58737e83ee4fddd53d277d08006405a1cb6 (patch)
tree9be71172bdd049d72c7fe47b7863a5a619dbe1d0 /llvm/tools/opt/opt.cpp
parent125bb29c65320d8b37c76d37fbb5650453746146 (diff)
downloadbcm5719-llvm-ae22c58737e83ee4fddd53d277d08006405a1cb6.tar.gz
bcm5719-llvm-ae22c58737e83ee4fddd53d277d08006405a1cb6.zip
[opt] Fix description of the -disable-verify flag
llvm-svn: 263096
Diffstat (limited to 'llvm/tools/opt/opt.cpp')
-rw-r--r--llvm/tools/opt/opt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp
index 11151b8fcda..e374e1f5446 100644
--- a/llvm/tools/opt/opt.cpp
+++ b/llvm/tools/opt/opt.cpp
@@ -96,7 +96,7 @@ static cl::opt<bool>
OutputAssembly("S", cl::desc("Write output as LLVM assembly"));
static cl::opt<bool>
-NoVerify("disable-verify", cl::desc("Do not verify result module"), cl::Hidden);
+NoVerify("disable-verify", cl::desc("Do not run the verifier"), cl::Hidden);
static cl::opt<bool>
VerifyEach("verify-each", cl::desc("Verify after each transform"));
OpenPOWER on IntegriCloud