[PATCH] D125808: fix typo

Ruobing Han via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 09:56:07 PDT 2022


drcut created this revision.
Herald added a project: All.
drcut requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

fix a typo error in the comment in DivergenceAnalysis.h


Repository:
  rG LLVM Github Monorepo

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.430101.patch
Type: text/x-patch
Size: 728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220517/010a888d/attachment.bin>


More information about the llvm-commits mailing list