From fb74224662ece1c1e4eb411c0f8fcf48ae3478d7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 3 May 2003 03:18:41 +0000 Subject: [PATCH] Bugpoint is always verbose, eliminate option git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5989 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/bugpoint.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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);