From f1cb30f481b0b96df416c20dd6c174939dda4bae Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 6 May 2004 19:29:58 +0000 Subject: [PATCH] Remove a really old comment llvm-svn: 13385 --- tools/bugpoint/ExecutionDriver.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tools/bugpoint/ExecutionDriver.cpp b/tools/bugpoint/ExecutionDriver.cpp index 73a923b5eb1..eacf6d9557a 100644 --- a/tools/bugpoint/ExecutionDriver.cpp +++ b/tools/bugpoint/ExecutionDriver.cpp @@ -12,15 +12,6 @@ // //===----------------------------------------------------------------------===// -/* -BUGPOINT NOTES: - -1. Bugpoint should not leave any files behind if the program works properly -2. There should be an option to specify the program name, which specifies a - unique string to put into output files. This allows operation in the - SingleSource directory, e.g. default to the first input filename. -*/ - #include "BugDriver.h" #include "llvm/Support/ToolRunner.h" #include "Support/CommandLine.h"