aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-03 03:18:41 +0000
committerChris Lattner <sabre@nondot.org>2003-05-03 03:18:41 +0000
commitfb74224662ece1c1e4eb411c0f8fcf48ae3478d7 (patch)
tree6e693253daf1674ef81fe08ec10d9f0dee3b61de /tools/bugpoint
parentedd8ce1370892fdd7ddebbc1fb2ad01bf76a63ea (diff)
downloadexternal_llvm-fb74224662ece1c1e4eb411c0f8fcf48ae3478d7.zip
external_llvm-fb74224662ece1c1e4eb411c0f8fcf48ae3478d7.tar.gz
external_llvm-fb74224662ece1c1e4eb411c0f8fcf48ae3478d7.tar.bz2
Bugpoint is always verbose, eliminate option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint')
-rw-r--r--tools/bugpoint/bugpoint.cpp6
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);