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
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