mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 22:40:36 +00:00
Fix a missing space in the description of the find-bugs option.
llvm-svn: 47271
This commit is contained in:
parent
f3107c8546
commit
a248482a22
@ -34,7 +34,7 @@ AsChild("as-child", cl::desc("Run bugpoint as child process"),
|
||||
cl::ReallyHidden);
|
||||
|
||||
static cl::opt<bool>
|
||||
FindBugs("find-bugs", cl::desc("Run many different optimization sequences"
|
||||
FindBugs("find-bugs", cl::desc("Run many different optimization sequences "
|
||||
"on program to find bugs"), cl::init(false));
|
||||
|
||||
static cl::list<std::string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user