summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2008-11-03 19:29:29 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2008-11-03 19:29:29 +0000
commit348f3fa6a73903c277d783df75d710ccc246e42c (patch)
treea3c142560e23c6c9eb9e39649f250c1e9c744e0b /llvm/lib
parent2fe9883a961dfa872b0a20e8b56e7bf65fc98b6f (diff)
downloadbcm5719-llvm-348f3fa6a73903c277d783df75d710ccc246e42c.tar.gz
bcm5719-llvm-348f3fa6a73903c277d783df75d710ccc246e42c.zip
add a period at the end of the comment, ignoring the fact that the comment would be hard pressed to be considered a sentence, but if it makes Bill happy...
llvm-svn: 58630
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/IPO/PartialSpecialization.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/PartialSpecialization.cpp b/llvm/lib/Transforms/IPO/PartialSpecialization.cpp
index 486294dd4c8..a2a1a626551 100644
--- a/llvm/lib/Transforms/IPO/PartialSpecialization.cpp
+++ b/llvm/lib/Transforms/IPO/PartialSpecialization.cpp
@@ -165,7 +165,7 @@ void PartSpec::scanForInterest(Function& F, SmallVector<int, 6>& args) {
}
}
-/// scanDistribution - Construct a histogram of constants for arg of F at arg
+/// scanDistribution - Construct a histogram of constants for arg of F at arg.
int PartSpec::scanDistribution(Function& F, int arg,
std::map<Constant*, int>& dist) {
bool hasIndirect = false;
OpenPOWER on IntegriCloud