This patch makes the Clang's DominatorTree use the new IsPostDom template argument for DominatorTreeBase.
Details
Details
- Reviewers
• dberlin sanjoy davide grosser - Commits
- rG581677fd5b22: [Dominators] Update Clang's DominatorTree to use the new template argument
rC308041: [Dominators] Update Clang's DominatorTree to use the new template argument
rL308041: [Dominators] Update Clang's DominatorTree to use the new template argument
Diff Detail
Diff Detail
- Repository
- rL LLVM