mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 13:48:45 +00:00
Test commit, fix a minor typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337657 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
13ee34b335
commit
c6b3cc723a
@ -81,7 +81,7 @@ RegionInfo::~RegionInfo() = default;
|
||||
bool RegionInfo::invalidate(Function &F, const PreservedAnalyses &PA,
|
||||
FunctionAnalysisManager::Invalidator &) {
|
||||
// Check whether the analysis, all analyses on functions, or the function's
|
||||
// CFG have been preserved.
|
||||
// CFG has been preserved.
|
||||
auto PAC = PA.getChecker<RegionInfoAnalysis>();
|
||||
return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() ||
|
||||
PAC.preservedSet<CFGAnalyses>());
|
||||
|
Loading…
x
Reference in New Issue
Block a user