[llvm-commits] [llvm] r78686 - in /llvm/trunk/include/llvm/Support: ConstantFolder.h NoFolder.h

Chris Lattner clattner at apple.com
Tue Aug 11 10:28:14 PDT 2009


On Aug 11, 2009, at 10:27 AM, Benjamin Kramer wrote:

> Author: d0k
> Date: Tue Aug 11 12:27:20 2009
> New Revision: 78686
>
> URL: http://llvm.org/viewvc/llvm-project?rev=78686&view=rev
> Log:
> Fix struct/class mismatch.

Hi Benjamin,

Please switch everything to use 'class'.

-Chris

>
> Modified:
>    llvm/trunk/include/llvm/Support/ConstantFolder.h
>    llvm/trunk/include/llvm/Support/NoFolder.h
>
> Modified: llvm/trunk/include/llvm/Support/ConstantFolder.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ConstantFolder.h?rev=78686&r1=78685&r2=78686&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/include/llvm/Support/ConstantFolder.h (original)
> +++ llvm/trunk/include/llvm/Support/ConstantFolder.h Tue Aug 11  
> 12:27:20 2009
> @@ -21,7 +21,7 @@
>
> namespace llvm {
>
> -class LLVMContext;
> +struct LLVMContext;
>
> /// ConstantFolder - Create constants with minimum, target  
> independent, folding.
> class ConstantFolder {
>
> Modified: llvm/trunk/include/llvm/Support/NoFolder.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/NoFolder.h?rev=78686&r1=78685&r2=78686&view=diff
>
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- llvm/trunk/include/llvm/Support/NoFolder.h (original)
> +++ llvm/trunk/include/llvm/Support/NoFolder.h Tue Aug 11 12:27:20  
> 2009
> @@ -28,7 +28,7 @@
>
> namespace llvm {
>
> -class LLVMContext;
> +struct LLVMContext;
>
> /// NoFolder - Create "constants" (actually, values) with no folding.
> class NoFolder {
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list