summaryrefslogtreecommitdiff
path: root/tools/bugpoint/bugpoint.cpp
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
commit39564499c4b3d19af6e42f7718317443808e714f (patch)
tree36b8db807c40dc03692bae5e84c20f22fe248506 /tools/bugpoint/bugpoint.cpp
parentef562471cebd643288a19fca1ece8c52e70ceff0 (diff)
downloadllvm-39564499c4b3d19af6e42f7718317443808e714f.tar.gz
llvm-39564499c4b3d19af6e42f7718317443808e714f.tar.bz2
llvm-39564499c4b3d19af6e42f7718317443808e714f.tar.xz
Fix a missing space in the description of the find-bugs option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47271 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/bugpoint.cpp')
-rw-r--r--tools/bugpoint/bugpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp
index e47beca52b..2364675504 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/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>