-//===----------------------------------------------------------------------===//
-// 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,
//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);