]> granicus.if.org Git - clang/commit
Implement ABI Indirect sematics for arguments.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 5 Feb 2009 09:16:39 +0000 (09:16 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 5 Feb 2009 09:16:39 +0000 (09:16 +0000)
commit1f7459814ed78067a8f0db3e1082b45ec89c16ab
tree15289479250e7ba9c0a2a5c7a8c706d9f39507a3
parent11e383aa491a23ebd4a49688a09984c5e16a2e34
Implement ABI Indirect sematics for arguments.
 - No intended functionality change, all current ABI implementations
   were only using indirect for complex/aggregate types, which were
   being passed indirectly with the Direct ABIInfo kind.

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