]> granicus.if.org Git - clang/commit
x86_64 ABI: Qualified id types are passed as pointers.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 26 Feb 2009 07:21:35 +0000 (07:21 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 26 Feb 2009 07:21:35 +0000 (07:21 +0000)
commit9a8c2e9051b3db6909e5efa872ad60ff524be065
tree4d7a101e88cf974468a31d7fafadf16573680d2e
parentaa95c3bd0a1ade2c84813ba6d92403f4e9183198
x86_64 ABI: Qualified id types are passed as pointers.
 - <rdar://problem/6622451> Bad x86_64 code gen for message call taking one argument.

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