projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
125bb29
)
[opt] Fix description of the -disable-verify flag
author
Vedant Kumar
<vsk@apple.com>
Thu, 10 Mar 2016 06:58:53 +0000
(06:58 +0000)
committer
Vedant Kumar
<vsk@apple.com>
Thu, 10 Mar 2016 06:58:53 +0000
(06:58 +0000)
llvm-svn: 263096
llvm/tools/opt/opt.cpp
patch
|
blob
|
history
diff --git
a/llvm/tools/opt/opt.cpp
b/llvm/tools/opt/opt.cpp
index 11151b8fcdac0043e9cd63ac2342f6e747e10422..e374e1f54464b917446f28754d4833829a0a98dd 100644
(file)
--- 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"));