[llvm-commits] CVS: llvm/include/llvm/Module.h

2006-01-07 Thread Chris Lattner
Changes in directory llvm/include/llvm: Module.h updated: 1.65 -> 1.66 --- Log message: Fix out of date comments, patch by Marco Matthies. --- Diffs of the changes: (+2 -4) Module.h |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: llvm/include/llvm/Module.h diff -u

[llvm-commits] CVS: llvm/lib/VMCore/PassManagerT.h

2006-01-07 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: PassManagerT.h updated: 1.63 -> 1.64 --- Log message: Patch #7 from Saem: "added the asserts and casts, fixed the comments and started the break down of the larger methods. A few more patches and the breakdown should be complete." --- Diffs of the chan