]> granicus.if.org Git - clang/commit
IRgen: Set the alignment correctly when creating LValue for a decls.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 21 Aug 2010 04:20:22 +0000 (04:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 21 Aug 2010 04:20:22 +0000 (04:20 +0000)
commit983e3d7dac99aed376939f1a4daadef98e09c3b9
treece7e6406c00ad475228c938c983121b5f3b436cb
parentf2c737c5b89e5ba3e2a64595930ab894df206bd2
IRgen: Set the alignment correctly when creating LValue for a decls.
 - Fixes PR5598.
 - Review appreciated.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111726 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGen/address-space-field1.c
test/CodeGen/packed-structure.c [new file with mode: 0644]