diff options
| author | Hongbin Zheng <etherzhhb@gmail.com> | 2016-02-25 16:36:09 +0000 |
|---|---|---|
| committer | Hongbin Zheng <etherzhhb@gmail.com> | 2016-02-25 16:36:09 +0000 |
| commit | f4e35f9cb9f8601ae52688be5085c35de9f35a97 (patch) | |
| tree | b84c23212d65de7cc8244b02cd8c466f7abeaf7d /polly/lib/Transform | |
| parent | 62d472507e515e304b0fce463812dcb20370c142 (diff) | |
| download | bcm5719-llvm-f4e35f9cb9f8601ae52688be5085c35de9f35a97.tar.gz bcm5719-llvm-f4e35f9cb9f8601ae52688be5085c35de9f35a97.zip | |
Adapt to LLVM head. NFC
llvm-svn: 261886
Diffstat (limited to 'polly/lib/Transform')
| -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) { |

