OSDN Git Service

Fix a missing space in the description of the find-bugs option.
authorDan Gohman <gohman@apple.com>
Mon, 18 Feb 2008 17:15:45 +0000 (17:15 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 18 Feb 2008 17:15:45 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47271 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/bugpoint.cpp

index e47beca..2364675 100644 (file)
@@ -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>