forked from OSchip/llvm-project
Fix copy+paste typo in doxygen parameter name to fix Wdocumentation. NFCI.
This commit is contained in:
parent
9ff9c1d8ee
commit
7fa464f33d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue