[llvm-commits] [llvm-gcc-4.2] r47655 - /llvm-gcc-4.2/trunk/gcc/llvm-types.cpp

Chris Lattner clattner at apple.com
Tue Feb 26 21:20:26 PST 2008


On Feb 26, 2008, at 5:32 PM, Dale Johannesen wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=47655&view=rev
> Log:
> Hack to handle darwin ppc32's weird choice of
> representation for bool.  Fixes
> gcc.dg-struct-layout-1/t009

Nice!

>     tree TheGccTy = TREE_TYPE(Field);
> +#ifdef TARGET_POWERPC

Eww. :)  Is this information encoded in the trees somehow?  Duncan, do  
you have any idea?  Dale, can you include a tree dump of the type in  
this case?

-Chris



More information about the llvm-commits mailing list