diff options
author | Hongbin Zheng <etherzhhb@gmail.com> | 2016-02-25 16:46:17 +0000 |
---|---|---|
committer | Hongbin Zheng <etherzhhb@gmail.com> | 2016-02-25 16:46:17 +0000 |
commit | 566c61452575190c01ab57b5e41c2830cf4f12da (patch) | |
tree | cf35f552af26d953976852fadb4af4fb7f501d2d /polly/lib/CodeGen/CodeGeneration.cpp | |
parent | 66b19fbc4e8fda0aa7489ff1bcbc7d0b0f19a8fb (diff) | |
download | bcm5719-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.cpp | 2 |
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>(); |