diff options
Diffstat (limited to 'tools/bugpoint/bugpoint.cpp')
-rw-r--r-- | tools/bugpoint/bugpoint.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index d58d0a6..e781aa8 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<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); |