Remove a really old comment
authorChris Lattner <sabre@nondot.org>
Thu, 6 May 2004 19:29:58 +0000 (19:29 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 6 May 2004 19:29:58 +0000 (19:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13385 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/ExecutionDriver.cpp

index 73a923b5eb16847adaceec532b0778ac086e7c82..eacf6d9557a697a7e43d01ced91ea860ddcc5222 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-/*
-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"