]> granicus.if.org Git - clang/commit
ABI handling: Implement coercion for argument types (in addition to
authorDaniel Dunbar <daniel@zuster.org>
Tue, 3 Feb 2009 19:12:28 +0000 (19:12 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 3 Feb 2009 19:12:28 +0000 (19:12 +0000)
commit89c9d8e7f0700d27b1d93dc3832eb1af9b92c221
tree7828a17cf1d18daa07ebba25aaf9396a3d4da268
parent598d3f61b6ca854e9d3c2f3359e24468502a61aa
ABI handling: Implement coercion for argument types (in addition to
return types).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63645 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp