summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-02-18 17:15:45 +0000
committerDan Gohman <gohman@apple.com>2008-02-18 17:15:45 +0000
commit02d2bc8d3e72da72aa15b9e809b68547c95873b2 (patch)
tree6c6ba15ba1cd3ed91e467b3738e71004adc7d735 /llvm
parent196aa53300984739ed6957be884e520dc4b2f005 (diff)
downloadbcm5719-llvm-02d2bc8d3e72da72aa15b9e809b68547c95873b2.tar.gz
bcm5719-llvm-02d2bc8d3e72da72aa15b9e809b68547c95873b2.zip
Fix a missing space in the description of the find-bugs option.
llvm-svn: 47271
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/bugpoint/bugpoint.cpp2
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>
OpenPOWER on IntegriCloud