]> granicus.if.org Git - clang/commit
Make sure EmitMoveFromReturnSlot is passing the correct alignment to
authorChad Rosier <mcrosier@apple.com>
Tue, 17 Apr 2012 00:35:38 +0000 (00:35 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 17 Apr 2012 00:35:38 +0000 (00:35 +0000)
commit7fea7c81c0970cdb150c1fadb2776dec9fd09780
treed9032bc57f114e76607bdc7e0b0729a61e27601a
parent0ff258b933fe385425bf2a85429bf46376d338f1
Make sure EmitMoveFromReturnSlot is passing the correct alignment to
EmitFinalDestCopy (and thus pass EmitAggregateCopy the correct alignment).
rdar://11220251

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154883 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprAgg.cpp
test/CodeGen/packed-nest-unpacked.c