[PATCH] D125808: fix typo error in DivergenceAnalysis.h
Ruobing Han via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 17 10:21:04 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe1cf702a02bc: fix typo error in DivergenceAnalysis.h (authored by drcut).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125808/new/
https://reviews.llvm.org/D125808
Files:
llvm/include/llvm/Analysis/DivergenceAnalysis.h
Index: llvm/include/llvm/Analysis/DivergenceAnalysis.h
===================================================================
--- llvm/include/llvm/Analysis/DivergenceAnalysis.h
+++ llvm/include/llvm/Analysis/DivergenceAnalysis.h
@@ -41,7 +41,7 @@
/// \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);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125808.430112.patch
Type: text/x-patch
Size: 728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220517/c721413a/attachment.bin>
More information about the llvm-commits
mailing list