[llvm-commits] CVS: llvm/tools/bugpoint/ExecutionDriver.cpp
Jeff Cohen
jeffc at jolt-lang.org
Sun Nov 5 11:32:27 PST 2006
Changes in directory llvm/tools/bugpoint:
ExecutionDriver.cpp updated: 1.65 -> 1.66
---
Log message:
Unbreak VC++ build.
---
Diffs of the changes: (+1 -1)
ExecutionDriver.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/bugpoint/ExecutionDriver.cpp
diff -u llvm/tools/bugpoint/ExecutionDriver.cpp:1.65 llvm/tools/bugpoint/ExecutionDriver.cpp:1.66
--- llvm/tools/bugpoint/ExecutionDriver.cpp:1.65 Fri Sep 15 16:29:15 2006
+++ llvm/tools/bugpoint/ExecutionDriver.cpp Sun Nov 5 13:31:28 2006
@@ -320,7 +320,7 @@
bool BugDriver::createReferenceFile(Module *M, const std::string &Filename) {
try {
compileProgram(Program);
- } catch (ToolExecutionError &TEE) {
+ } catch (ToolExecutionError &) {
return false;
}
try {
More information about the llvm-commits
mailing list