summaryrefslogtreecommitdiffstats
path: root/polly/lib/IndependentBlocks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/IndependentBlocks.cpp')
-rw-r--r--polly/lib/IndependentBlocks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/IndependentBlocks.cpp b/polly/lib/IndependentBlocks.cpp
index e7c520027ea..44455ddb50c 100644
--- a/polly/lib/IndependentBlocks.cpp
+++ b/polly/lib/IndependentBlocks.cpp
@@ -507,7 +507,7 @@ bool IndependentBlocks::areAllBlocksIndependent(const Region *R) const {
void IndependentBlocks::getAnalysisUsage(AnalysisUsage &AU) const {
// FIXME: If we set preserves cfg, the cfg only passes do not need to
// be "addPreserved"?
- AU.addPreserved<DominatorTree>();
+ AU.addPreserved<DominatorTreeWrapperPass>();
AU.addPreserved<DominanceFrontier>();
AU.addPreserved<PostDominatorTree>();
AU.addRequired<RegionInfo>();
OpenPOWER on IntegriCloud