[llvm] 7fa464f - Fix copy+paste typo in doxygen parameter name to fix Wdocumentation. NFCI.
    Simon Pilgrim via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Sep 25 14:10:06 PDT 2020
    
    
  
Author: Simon Pilgrim
Date: 2020-09-25T22:09:51+01:00
New Revision: 7fa464f33d723051850f1d5785a93d5d2d6cd58f
URL: https://github.com/llvm/llvm-project/commit/7fa464f33d723051850f1d5785a93d5d2d6cd58f
DIFF: https://github.com/llvm/llvm-project/commit/7fa464f33d723051850f1d5785a93d5d2d6cd58f.diff
LOG: Fix copy+paste typo in doxygen parameter name to fix Wdocumentation. NFCI.
Added: 
    
Modified: 
    llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
Removed: 
    
################################################################################
diff  --git a/llvm/include/llvm/Analysis/IRSimilarityIdentifier.h b/llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
index 764b2f5f7441..30f32492937a 100644
--- a/llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
+++ b/llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
@@ -462,7 +462,7 @@ class IRSimilarityCandidate {
 
 public:
   /// \param StartIdx - The starting location of the region.
-  /// \param StartIdx - The length of the region.
+  /// \param Len - The length of the region.
   /// \param FirstInstIt - The starting IRInstructionData of the region.
   /// \param LastInstIt - The ending IRInstructionData of the region.
   IRSimilarityCandidate(unsigned StartIdx, unsigned Len,
        
    
    
More information about the llvm-commits
mailing list