[llvm-commits] [llvm-gcc-4.2] r63321 - in /llvm-gcc-4.2/trunk/gcc: llvm-backend.cpp llvm-convert.cpp llvm-types.cpp
Chris Lattner
clattner at apple.com
Thu Jan 29 10:40:46 PST 2009
On Jan 29, 2009, at 10:13 AM, Duncan Sands wrote:
> Author: baldrick
> Date: Thu Jan 29 12:13:54 2009
> New Revision: 63321
>
> URL: http://llvm.org/viewvc/llvm-project?rev=63321&view=rev
> Log:
> Workaround for PR1000: changing TYPE_ALIGN to
> TYPE_ALIGN_UNIT supposes that BITS_PER_UNIT
> is 8. It's the inverse transform that improves
> portability!
Thanks Duncan ;-)
-Chris
More information about the llvm-commits
mailing list