[llvm-commits] CVS: llvm/include/llvm/Pass.h PassManager.h

2007-05-11 Thread Dan Gohman
Changes in directory llvm/include/llvm: Pass.h updated: 1.91 -> 1.92 PassManager.h updated: 1.39 -> 1.40 --- Log message: Remove forward-declarations for classes that don't exist. --- Diffs of the changes: (+0 -3) Pass.h|2 -- PassManager.h |1 - 2 files changed, 3 deletion

[llvm-commits] CVS: llvm/include/llvm/Pass.h PassManager.h

2006-01-03 Thread Chris Lattner
Changes in directory llvm/include/llvm: Pass.h updated: 1.51 -> 1.52 PassManager.h updated: 1.13 -> 1.14 --- Log message: Patch #6's in Saem's refactor-the-passmanager patch series. From him: This sanitises the world, blows away the specialisations and adds traits per passmanager type -- seem