]> granicus.if.org Git - clang/commit
Add ABIArgInfo class to encapsulate ABI decision of how to lower types
authorDaniel Dunbar <daniel@zuster.org>
Wed, 10 Sep 2008 02:41:04 +0000 (02:41 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 10 Sep 2008 02:41:04 +0000 (02:41 +0000)
commit2c8e0f32b9c33686be23c70add0b97490903de9f
tree224c58864e3c5615ccf51dc695384e147bd4a094
parente3a09e6ad09f8d1387ecaa008aaf85527909da0a
Add ABIArgInfo class to encapsulate ABI decision of how to lower types
to LLVM.
 - Will move to target sometime soon.

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