Remove a really old comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13385 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-05-06 19:29:58 +00:00
parent 857ceab504
commit 817d8d3046

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