[cfe-commits] r111726 - in /cfe/trunk: lib/CodeGen/CGExpr.cpp lib/CodeGen/CodeGenFunction.h test/CodeGen/address-space-field1.c test/CodeGen/packed-structure.c

John McCall rjmccall at apple.com
Fri Aug 20 21:35:51 PDT 2010


On Aug 20, 2010, at 9:20 PM, Daniel Dunbar wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=111726&view=rev
> Log:
> IRgen: Set the alignment correctly when creating LValue for a decls.
> - Fixes PR5598.
> - Review appreciated.

The idea seems good;  I haven't reviewed the details.  Is there a good
reason you're using an unsigned everywhere instead of a CharUnits?

John.



More information about the cfe-commits mailing list