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 | 817d8d304688457ce57296fa8c5c5f62b682aa74 (patch) | |
tree | 64fc9f3a46706451ef698fcf42c583144813f0af /tools/bugpoint | |
parent | 857ceab50474181d1e968048097b523a83ce2739 (diff) | |
download | external_llvm-817d8d304688457ce57296fa8c5c5f62b682aa74.zip external_llvm-817d8d304688457ce57296fa8c5c5f62b682aa74.tar.gz external_llvm-817d8d304688457ce57296fa8c5c5f62b682aa74.tar.bz2 |
Remove a really old comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint')
-rw-r--r-- | tools/bugpoint/ExecutionDriver.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/bugpoint/ExecutionDriver.cpp b/tools/bugpoint/ExecutionDriver.cpp index 73a923b..eacf6d9 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" |