[llvm-commits] [llvm] r58630 - /llvm/trunk/lib/Transforms/IPO/PartialSpecialization.cpp

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Nov 3 11:29:30 PST 2008


Author: alenhar2
Date: Mon Nov  3 13:29:29 2008
New Revision: 58630

URL: http://llvm.org/viewvc/llvm-project?rev=58630&view=rev
Log:
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...

Modified:
    llvm/trunk/lib/Transforms/IPO/PartialSpecialization.cpp

Modified: llvm/trunk/lib/Transforms/IPO/PartialSpecialization.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/IPO/PartialSpecialization.cpp?rev=58630&r1=58629&r2=58630&view=diff

==============================================================================
--- llvm/trunk/lib/Transforms/IPO/PartialSpecialization.cpp (original)
+++ llvm/trunk/lib/Transforms/IPO/PartialSpecialization.cpp Mon Nov  3 13:29:29 2008
@@ -165,7 +165,7 @@
   }
 }
 
-/// 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;





More information about the llvm-commits mailing list