summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CloneDetection.cpp
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2017-06-21 05:41:39 +0000
committerRaphael Isemann <teemperor@gmail.com>2017-06-21 05:41:39 +0000
commit03143a6b2cf3147ab92eb7836cd132fcb07947e6 (patch)
tree96c14d1e0c94f4c8a33c606eefc34e07d51c6e2d /lib/Analysis/CloneDetection.cpp
parent480d0489f42b284040788a71146d71a9f52d9c83 (diff)
Changed wording in comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305878 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CloneDetection.cpp')
-rw-r--r--lib/Analysis/CloneDetection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Analysis/CloneDetection.cpp b/lib/Analysis/CloneDetection.cpp
index e86293a1dd..ee848ac711 100644
--- a/lib/Analysis/CloneDetection.cpp
+++ b/lib/Analysis/CloneDetection.cpp
@@ -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))