From: Jiading Gai Date: Sun, 22 Jul 2018 20:04:42 +0000 (+0000) Subject: Test commit, fix a minor typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6b3cc723aa6149c6ee20cd4f8bff94cf9d95511;p=llvm Test commit, fix a minor typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337657 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/RegionInfo.cpp b/lib/Analysis/RegionInfo.cpp index 1ef3e919d41..2bd611350f4 100644 --- a/lib/Analysis/RegionInfo.cpp +++ b/lib/Analysis/RegionInfo.cpp @@ -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(); return !(PAC.preserved() || PAC.preservedSet>() || PAC.preservedSet());