[llvm] e1cf702 - fix typo error in DivergenceAnalysis.h
Ruobing Han via llvm-commits
llvm-commits at lists.llvm.org
Tue May 17 10:20:55 PDT 2022
Author: Ruobing Han
Date: 2022-05-17T17:20:17Z
New Revision: e1cf702a02bc35b934cc2f8ada2a2bf12e74888f
URL: https://github.com/llvm/llvm-project/commit/e1cf702a02bc35b934cc2f8ada2a2bf12e74888f
DIFF: https://github.com/llvm/llvm-project/commit/e1cf702a02bc35b934cc2f8ada2a2bf12e74888f.diff
LOG: fix typo error in DivergenceAnalysis.h
Fix a typo error in the comment in DivergenceAnalysis.h
Reviewed By: asbirlea
Differential Revision: https://reviews.llvm.org/D125808
Added:
Modified:
llvm/include/llvm/Analysis/DivergenceAnalysis.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Analysis/DivergenceAnalysis.h b/llvm/include/llvm/Analysis/DivergenceAnalysis.h
index 5025b611a783..4c2a5399ea54 100644
--- a/llvm/include/llvm/Analysis/DivergenceAnalysis.h
+++ b/llvm/include/llvm/Analysis/DivergenceAnalysis.h
@@ -41,7 +41,7 @@ class DivergenceAnalysisImpl {
/// \param RegionLoop if non-null the analysis is restricted to \p RegionLoop.
/// Otherwise the whole function is analyzed.
/// \param IsLCSSAForm whether the analysis may assume that the IR in the
- /// region in in LCSSA form.
+ /// region in LCSSA form.
DivergenceAnalysisImpl(const Function &F, const Loop *RegionLoop,
const DominatorTree &DT, const LoopInfo &LI,
SyncDependenceAnalysis &SDA, bool IsLCSSAForm);
More information about the llvm-commits
mailing list