diff options
author | Hongbin Zheng <etherzhhb@gmail.com> | 2016-02-25 17:54:42 +0000 |
---|---|---|
committer | Hongbin Zheng <etherzhhb@gmail.com> | 2016-02-25 17:54:42 +0000 |
commit | defd0986127682e732c74f4ab8a1e8d55c53353e (patch) | |
tree | e5b37d660d3bdeae67809de2bc2db7672d804b99 /polly/lib/CodeGen/CodeGeneration.cpp | |
parent | bc53977a0decc0c25d15faccedd81e39da8320cf (diff) | |
download | bcm5719-llvm-defd0986127682e732c74f4ab8a1e8d55c53353e.tar.gz bcm5719-llvm-defd0986127682e732c74f4ab8a1e8d55c53353e.zip |
Adapt to LLVM head, again
llvm-svn: 261905
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 0a52863d94e..d66ff944fc7 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<PostDominatorTree>(); + AU.addPreserved<PostDominatorTreeWrapperPass>(); AU.addPreserved<IslAstInfo>(); AU.addPreserved<ScopDetection>(); AU.addPreserved<ScalarEvolutionWrapperPass>(); |