summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-12-04 20:41:30 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-12-04 20:41:30 +0000
commitabe79d9fd24bc263e1bc7370fe3bd1ae502dd43f (patch)
tree1e18c7888af476a5a60ac9529e93e65a6ca0a6f3
parent1a2519a7e9743825dd19c5e958040b3350791b64 (diff)
downloadbcm5719-llvm-abe79d9fd24bc263e1bc7370fe3bd1ae502dd43f.tar.gz
bcm5719-llvm-abe79d9fd24bc263e1bc7370fe3bd1ae502dd43f.zip
Improve comment, as requested by Alp Toker.
llvm-svn: 196409
-rw-r--r--clang-tools-extra/modularize/Modularize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/modularize/Modularize.cpp b/clang-tools-extra/modularize/Modularize.cpp
index cc3872346f0..8a33a41964f 100644
--- a/clang-tools-extra/modularize/Modularize.cpp
+++ b/clang-tools-extra/modularize/Modularize.cpp
@@ -771,7 +771,7 @@ int main(int Argc, const char **Argv) {
for (EntryBinArray::iterator DI = EntryBins.begin(), DE = EntryBins.end();
DI != DE; ++DI, ++KindIndex) {
int ECount = DI->size();
- // If only 1 occurrence, skip;
+ // If only 1 occurrence of this entity, skip it, as we only report duplicates.
if (ECount <= 1)
continue;
LocationArray::iterator FI = DI->begin();
OpenPOWER on IntegriCloud