Bugpoint is always verbose, eliminate option
authorChris Lattner <sabre@nondot.org>
Sat, 3 May 2003 03:18:41 +0000 (03:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 3 May 2003 03:18:41 +0000 (03:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5989 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/bugpoint.cpp

index d58d0a6d868e3ab40baa41d7ee2450c21a26b874..e781aa8f3cd8d19f0167bf459df7a9ffcdc8eff2 100644 (file)
@@ -1,5 +1,4 @@
-//===----------------------------------------------------------------------===//
-// LLVM BugPoint Utility 
+//===- bugpoint.cpp - The LLVM BugPoint utility ---------------------------===//
 //
 // This program is an automated compiler debugger tool.  It is used to narrow
 // down miscompilations and crash problems to a specific pass in the compiler,
@@ -24,9 +23,6 @@ PassList(cl::desc("Passes available:"), cl::OneOrMore);
 //cl::list<std::string>
 //InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
 
-//cl::opt<bool>
-//Verbose("v", cl::desc("Enable verbose output"));
-
 int main(int argc, char **argv) {
   cl::ParseCommandLineOptions(argc, argv);