forked from OSchip/llvm-project
parent
d2ccdbfa61
commit
676b457b8b
|
@ -635,8 +635,7 @@ void CloneConstraint::splitCloneGroups(
|
|||
if (Indexes[j])
|
||||
continue;
|
||||
|
||||
// If a following StmtSequence belongs to our CloneGroup, we add it to
|
||||
// it.
|
||||
// If a following StmtSequence belongs to our CloneGroup, we add it.
|
||||
const StmtSequence &Candidate = HashGroup[j];
|
||||
|
||||
if (!Compare(Prototype, Candidate))
|
||||
|
|
Loading…
Reference in New Issue