]> granicus.if.org Git - clang/commit
IRgen/ABI/x86-32: Realign indirect arguments when the ABI requires us to pass
authorDaniel Dunbar <daniel@zuster.org>
Thu, 16 Sep 2010 20:42:06 +0000 (20:42 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 16 Sep 2010 20:42:06 +0000 (20:42 +0000)
commite59d8585bb40a8bae6b847ad258536a2c01f20ea
tree6b0e92b4821daf71e640e55780a2c755f1d6d23f
parentcf3b6f2504596812db1fcef0df8ce5b3449c4aac
IRgen/ABI/x86-32: Realign indirect arguments when the ABI requires us to pass
them with a smaller alignment than the rest of codegen expects.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114115 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/x86_32-arguments-darwin.c
test/CodeGen/x86_32-arguments-linux.c
test/CodeGen/x86_32-arguments-realign.c [new file with mode: 0644]