Skip to content

Commit 9594b3e

Browse files
author
git apple-llvm automerger
committed
Merge commit '7fa464f33d72' from llvm.org/master into apple/main
2 parents 6761bea + 7fa464f commit 9594b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/IRSimilarityIdentifier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ class IRSimilarityCandidate {
462462

463463
public:
464464
/// \param StartIdx - The starting location of the region.
465-
/// \param StartIdx - The length of the region.
465+
/// \param Len - The length of the region.
466466
/// \param FirstInstIt - The starting IRInstructionData of the region.
467467
/// \param LastInstIt - The ending IRInstructionData of the region.
468468
IRSimilarityCandidate(unsigned StartIdx, unsigned Len,

0 commit comments

Comments
 (0)