]> granicus.if.org Git - llvm/commitdiff
Test commit, fix a minor typo.
authorJiading Gai <jiading.gai@gmail.com>
Sun, 22 Jul 2018 20:04:42 +0000 (20:04 +0000)
committerJiading Gai <jiading.gai@gmail.com>
Sun, 22 Jul 2018 20:04:42 +0000 (20:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337657 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/RegionInfo.cpp

index 1ef3e919d41e44d51e0818c114c8c941cb330bf8..2bd611350f4670167c3a5933d028460886f927ab 100644 (file)
@@ -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>());