diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index d58d0a6d868..e781aa8f3cd 100644 --- a/tools/bugpoint/bugpoint.cpp +++ b/tools/bugpoint/bugpoint.cpp @@ -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 //InputArgv(cl::ConsumeAfter, cl::desc("...")); -//cl::opt -//Verbose("v", cl::desc("Enable verbose output")); - int main(int argc, char **argv) { cl::ParseCommandLineOptions(argc, argv);