diff options
author | Dan Gohman <gohman@apple.com> | 2008-02-18 17:15:45 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-02-18 17:15:45 +0000 |
commit | 02d2bc8d3e72da72aa15b9e809b68547c95873b2 (patch) | |
tree | 6c6ba15ba1cd3ed91e467b3738e71004adc7d735 | |
parent | 196aa53300984739ed6957be884e520dc4b2f005 (diff) | |
download | bcm5719-llvm-02d2bc8d3e72da72aa15b9e809b68547c95873b2.tar.gz bcm5719-llvm-02d2bc8d3e72da72aa15b9e809b68547c95873b2.zip |
Fix a missing space in the description of the find-bugs option.
llvm-svn: 47271
-rw-r--r-- | llvm/tools/bugpoint/bugpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/bugpoint.cpp b/llvm/tools/bugpoint/bugpoint.cpp index e47beca52bc..23646755040 100644 --- a/llvm/tools/bugpoint/bugpoint.cpp +++ b/llvm/tools/bugpoint/bugpoint.cpp @@ -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> |