]> granicus.if.org Git - clang/commit
x86_64 ABI: Pass simple types directly when possible. This is
authorDaniel Dunbar <daniel@zuster.org>
Sat, 14 Feb 2009 02:09:24 +0000 (02:09 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 14 Feb 2009 02:09:24 +0000 (02:09 +0000)
commit644f4c3fe4130c7be75d6191340ba8d857ba0730
treeb7a6439211f60e13f09ff8f57666befde6e7eea5
parent5b8d9019e317e3e0abc4ad1d89066908413339aa
x86_64 ABI: Pass simple types directly when possible. This is
important for both keeping the generated LLVM simple and for ensuring
that integer types are passed/promoted correctly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64529 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
test/CodeGen/x86_64-arguments.c [new file with mode: 0644]