diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-05-06 19:29:58 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-05-06 19:29:58 +0000 |
| commit | 8737169a6a5e8ab05bfe5e632fc4ce8e776ebc08 (patch) | |
| tree | ae0be2afa55984abc572de7781084b0f2d3ad29f /llvm/tools/bugpoint | |
| parent | 432f53b47f77d25fd3cb029a8b62b500bc1f481b (diff) | |
| download | bcm5719-llvm-8737169a6a5e8ab05bfe5e632fc4ce8e776ebc08.tar.gz bcm5719-llvm-8737169a6a5e8ab05bfe5e632fc4ce8e776ebc08.zip | |
Remove a really old comment
llvm-svn: 13385
Diffstat (limited to 'llvm/tools/bugpoint')
| -rw-r--r-- | llvm/tools/bugpoint/ExecutionDriver.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/tools/bugpoint/ExecutionDriver.cpp b/llvm/tools/bugpoint/ExecutionDriver.cpp index 73a923b5eb1..eacf6d9557a 100644 --- a/llvm/tools/bugpoint/ExecutionDriver.cpp +++ b/llvm/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" |

