[llvm-commits] CVS: llvm/tools/bugpoint/ExecutionDriver.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 15 17:08:14 PDT 2004



Changes in directory llvm/tools/bugpoint:

ExecutionDriver.cpp updated: 1.43 -> 1.44

---
Log message:

IA64 compat


---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/bugpoint/ExecutionDriver.cpp
diff -u llvm/tools/bugpoint/ExecutionDriver.cpp:1.43 llvm/tools/bugpoint/ExecutionDriver.cpp:1.44
--- llvm/tools/bugpoint/ExecutionDriver.cpp:1.43	Thu May  6 17:05:35 2004
+++ llvm/tools/bugpoint/ExecutionDriver.cpp	Thu Jul 15 19:08:04 2004
@@ -38,7 +38,7 @@
                             clEnumValN(RunJIT, "run-jit", "Execute with JIT"),
                             clEnumValN(RunLLC, "run-llc", "Compile with LLC"),
                             clEnumValN(RunCBE, "run-cbe", "Compile with CBE"),
-                            0),
+                            clEnumValEnd),
                  cl::init(AutoPick));
 
   cl::opt<bool>





More information about the llvm-commits mailing list