[llvm-commits] [llvm] r47271 - /llvm/trunk/tools/bugpoint/bugpoint.cpp

Dan Gohman gohman at apple.com
Mon Feb 18 09:15:45 PST 2008


Author: djg
Date: Mon Feb 18 11:15:45 2008
New Revision: 47271

URL: http://llvm.org/viewvc/llvm-project?rev=47271&view=rev
Log:
Fix a missing space in the description of the find-bugs option.

Modified:
    llvm/trunk/tools/bugpoint/bugpoint.cpp

Modified: llvm/trunk/tools/bugpoint/bugpoint.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/bugpoint/bugpoint.cpp?rev=47271&r1=47270&r2=47271&view=diff

==============================================================================
--- llvm/trunk/tools/bugpoint/bugpoint.cpp (original)
+++ llvm/trunk/tools/bugpoint/bugpoint.cpp Mon Feb 18 11:15:45 2008
@@ -34,7 +34,7 @@
         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>





More information about the llvm-commits mailing list