[llvm-commits] CVS: llvm/lib/VMCore/PassManagerT.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 15 17:07:54 PDT 2004
Changes in directory llvm/lib/VMCore:
PassManagerT.h updated: 1.49 -> 1.50
---
Log message:
IA64 compat
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/VMCore/PassManagerT.h
diff -u llvm/lib/VMCore/PassManagerT.h:1.49 llvm/lib/VMCore/PassManagerT.h:1.50
--- llvm/lib/VMCore/PassManagerT.h:1.49 Fri Jun 4 15:48:51 2004
+++ llvm/lib/VMCore/PassManagerT.h Thu Jul 15 19:07:44 2004
@@ -52,7 +52,7 @@
clEnumVal(Structure , "print pass structure before run()"),
clEnumVal(Executions, "print pass name before it is executed"),
clEnumVal(Details , "print pass details when it is executed"),
- 0));
+ clEnumValEnd));
//===----------------------------------------------------------------------===//
// PMDebug class - a set of debugging functions, that are not to be
More information about the llvm-commits
mailing list