summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorHongbin Zheng <etherzhhb@gmail.com>2016-02-25 16:45:53 +0000
committerHongbin Zheng <etherzhhb@gmail.com>2016-02-25 16:45:53 +0000
commit66b19fbc4e8fda0aa7489ff1bcbc7d0b0f19a8fb (patch)
treeccba68cc3d7806812d54c54987229c1a36750330 /llvm/lib/CodeGen
parentad782ce3f7e282a818ad062ba3c18c96b7e742b5 (diff)
downloadbcm5719-llvm-66b19fbc4e8fda0aa7489ff1bcbc7d0b0f19a8fb.tar.gz
bcm5719-llvm-66b19fbc4e8fda0aa7489ff1bcbc7d0b0f19a8fb.zip
Revert "Introduce analysis pass to compute PostDominators in the new pass manager. NFC"
This reverts commit a3e5cc6a51ab5ad88d1760c63284294a4e34c018. llvm-svn: 261891
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/MachineRegionInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineRegionInfo.cpp b/llvm/lib/CodeGen/MachineRegionInfo.cpp
index 0f7ebb3da83..7d61792ff68 100644
--- a/llvm/lib/CodeGen/MachineRegionInfo.cpp
+++ b/llvm/lib/CodeGen/MachineRegionInfo.cpp
@@ -104,7 +104,7 @@ void MachineRegionInfoPass::verifyAnalysis() const {
void MachineRegionInfoPass::getAnalysisUsage(AnalysisUsage &AU) const {
AU.setPreservesAll();
AU.addRequiredTransitive<DominatorTreeWrapperPass>();
- AU.addRequired<PostDominatorTreeWrapperPass>();
+ AU.addRequired<PostDominatorTree>();
AU.addRequired<DominanceFrontier>();
}
OpenPOWER on IntegriCloud