mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
Adapt to LLVM head. NFC
llvm-svn: 261886
This commit is contained in:
@@ -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>();
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user