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/Transform/CodePreparation.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/Transform/CodePreparation.cpp')
-rw-r--r-- | polly/lib/Transform/CodePreparation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Transform/CodePreparation.cpp b/polly/lib/Transform/CodePreparation.cpp index bebaab147d4..d9d9247861d 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<DominanceFrontier>(); + AU.addPreserved<DominanceFrontierWrapperPass>(); } bool CodePreparation::runOnFunction(Function &F) { |