summaryrefslogtreecommitdiffstats
path: root/polly/lib/Transform/CodePreparation.cpp
diff options
context:
space:
mode:
authorHongbin Zheng <etherzhhb@gmail.com>2016-02-25 16:46:17 +0000
committerHongbin Zheng <etherzhhb@gmail.com>2016-02-25 16:46:17 +0000
commit566c61452575190c01ab57b5e41c2830cf4f12da (patch)
treecf35f552af26d953976852fadb4af4fb7f501d2d /polly/lib/Transform/CodePreparation.cpp
parent66b19fbc4e8fda0aa7489ff1bcbc7d0b0f19a8fb (diff)
downloadbcm5719-llvm-566c61452575190c01ab57b5e41c2830cf4f12da.tar.gz
bcm5719-llvm-566c61452575190c01ab57b5e41c2830cf4f12da.zip
Revert "Adapt to LLVM head. NFC"
This reverts commit 4d3753b9646a69c00d234ccd6e91dc3d0ea5d643. llvm-svn: 261892
Diffstat (limited to 'polly/lib/Transform/CodePreparation.cpp')
-rw-r--r--polly/lib/Transform/CodePreparation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Transform/CodePreparation.cpp b/polly/lib/Transform/CodePreparation.cpp
index d9d9247861d..bebaab147d4 100644
--- a/polly/lib/Transform/CodePreparation.cpp
+++ b/polly/lib/Transform/CodePreparation.cpp
@@ -70,7 +70,7 @@ void CodePreparation::getAnalysisUsage(AnalysisUsage &AU) const {
AU.addPreserved<LoopInfoWrapperPass>();
AU.addPreserved<RegionInfoPass>();
AU.addPreserved<DominatorTreeWrapperPass>();
- AU.addPreserved<DominanceFrontierWrapperPass>();
+ AU.addPreserved<DominanceFrontier>();
}
bool CodePreparation::runOnFunction(Function &F) {
OpenPOWER on IntegriCloud