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 {



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to