[llvm-commits] [llvm] r58615 - /llvm/trunk/lib/Transforms/IPO/PartialSpecialization.cpp
Bill Wendling
isanbard at gmail.com
Mon Nov 3 11:25:40 PST 2008
On Mon, Nov 3, 2008 at 8:05 AM, Andrew Lenharth <alenhar2 at cs.uiuc.edu> wrote:
> Author: alenhar2
> Date: Mon Nov 3 10:05:35 2008
> New Revision: 58615
>
> URL: http://llvm.org/viewvc/llvm-project?rev=58615&view=rev
> Log:
> Ensure that we are checking only calls to the function we are interested in specializing
>
> 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=58615&r1=58614&r2=58615&view=diff
>
> ==============================================================================
> --- llvm/trunk/lib/Transforms/IPO/PartialSpecialization.cpp (original)
> +++ llvm/trunk/lib/Transforms/IPO/PartialSpecialization.cpp Mon Nov 3 10:05:35 2008
> @@ -165,14 +165,16 @@
> }
> }
>
> +/// scanDistribution - Construct a histogram of constants for arg of F at arg
Period at the end of the comment? ;-)
-bw
More information about the llvm-commits
mailing list