summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/CodeGeneration.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/CodeGen/CodeGeneration.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/CodeGen/CodeGeneration.cpp')
-rw-r--r--polly/lib/CodeGen/CodeGeneration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/CodeGeneration.cpp b/polly/lib/CodeGen/CodeGeneration.cpp
index d66ff944fc7..0a52863d94e 100644
--- a/polly/lib/CodeGen/CodeGeneration.cpp
+++ b/polly/lib/CodeGen/CodeGeneration.cpp
@@ -206,7 +206,7 @@ public:
AU.addPreserved<LoopInfoWrapperPass>();
AU.addPreserved<DominatorTreeWrapperPass>();
AU.addPreserved<GlobalsAAWrapperPass>();
- AU.addPreserved<PostDominatorTreeWrapperPass>();
+ AU.addPreserved<PostDominatorTree>();
AU.addPreserved<IslAstInfo>();
AU.addPreserved<ScopDetection>();
AU.addPreserved<ScalarEvolutionWrapperPass>();
OpenPOWER on IntegriCloud