[llvm-commits] CVS: llvm/tools/bugpoint/ExecutionDriver.cpp
Chris Lattner
lattner at cs.uiuc.edu
Thu May 6 14:30:01 PDT 2004
Changes in directory llvm/tools/bugpoint:
ExecutionDriver.cpp updated: 1.41 -> 1.42
---
Log message:
Remove a really old comment
---
Diffs of the changes: (+0 -9)
Index: llvm/tools/bugpoint/ExecutionDriver.cpp
diff -u llvm/tools/bugpoint/ExecutionDriver.cpp:1.41 llvm/tools/bugpoint/ExecutionDriver.cpp:1.42
--- llvm/tools/bugpoint/ExecutionDriver.cpp:1.41 Tue May 4 16:09:16 2004
+++ llvm/tools/bugpoint/ExecutionDriver.cpp Thu May 6 14:29:58 2004
@@ -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"
More information about the llvm-commits
mailing list