[cfe-commits] r102019 - in /cfe/trunk: lib/CodeGen/TargetInfo.cpp test/CodeGen/x86_32-arguments.c test/CodeGen/x86_64-arguments.c

Chris Lattner clattner at apple.com
Wed Apr 21 21:09:26 PDT 2010


On Apr 21, 2010, at 12:49 PM, Daniel Dunbar wrote:

> +// CHECK: define void @f20(%struct.s20* byval align 32 %x)
> +struct __attribute__((aligned(32))) s20 {
> +  int x;
> +  int y;
> +};
> +void f20(struct s20 x) {}

That is really crazy.  While it makes perfect sense, I had no idea you could do that! :)

-Chris





More information about the cfe-commits mailing list