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 | 39564499c4b3d19af6e42f7718317443808e714f (patch) | |
tree | 36b8db807c40dc03692bae5e84c20f22fe248506 /tools/bugpoint/bugpoint.cpp | |
parent | ef562471cebd643288a19fca1ece8c52e70ceff0 (diff) | |
download | external_llvm-39564499c4b3d19af6e42f7718317443808e714f.zip external_llvm-39564499c4b3d19af6e42f7718317443808e714f.tar.gz external_llvm-39564499c4b3d19af6e42f7718317443808e714f.tar.bz2 |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index e47beca..2364675 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> |