1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Remove a really old comment

llvm-svn: 13385
This commit is contained in:
Chris Lattner 2004-05-06 19:29:58 +00:00
parent ddd4f21d34
commit f1cb30f481

View File

@ -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 "BugDriver.h"
#include "llvm/Support/ToolRunner.h" #include "llvm/Support/ToolRunner.h"
#include "Support/CommandLine.h" #include "Support/CommandLine.h"