From 06a1242207f3777419d9c87820b42e5768d636fc Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Mon, 3 Nov 2008 19:29:29 +0000 Subject: [PATCH] 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... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58630 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/PartialSpecialization.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/IPO/PartialSpecialization.cpp b/lib/Transforms/IPO/PartialSpecialization.cpp index 486294dd4c8..a2a1a626551 100644 --- a/lib/Transforms/IPO/PartialSpecialization.cpp +++ b/lib/Transforms/IPO/PartialSpecialization.cpp @@ -165,7 +165,7 @@ void PartSpec::scanForInterest(Function& F, SmallVector& 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& dist) { bool hasIndirect = false;