Bugpoint is always verbose, eliminate option

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-05-03 03:18:41 +00:00
parent edd8ce1370
commit fb74224662

View 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);