[cfe-commits] r62933 - /cfe/trunk/lib/CodeGen/CGExprScalar.cpp

Eli Friedman eli.friedman at gmail.com
Sat Jan 24 13:15:20 PST 2009


On Sat, Jan 24, 2009 at 1:09 PM, Chris Lattner <sabre at nondot.org> wrote:
> Author: lattner
> Date: Sat Jan 24 15:09:45 2009
> New Revision: 62933
>
> URL: http://llvm.org/viewvc/llvm-project?rev=62933&view=rev
> Log:
> remove a bunch of alignment handling code out of CGExprScalar, since
> alignment must always be a constant.  Just let the constant folder
> do it.

Hmm, we might as well let the constant folder handle sizeof as well
for cases other than VLAs.

-Eli



More information about the cfe-commits mailing list