From 7fa464f33d723051850f1d5785a93d5d2d6cd58f Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 25 Sep 2020 22:09:51 +0100 Subject: [PATCH] Fix copy+paste typo in doxygen parameter name to fix Wdocumentation. NFCI. --- llvm/include/llvm/Analysis/IRSimilarityIdentifier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ private: 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,