]> granicus.if.org Git - clang/commit
Change construction of common ObjC functions to use CGCall
authorDaniel Dunbar <daniel@zuster.org>
Wed, 4 Feb 2009 00:44:42 +0000 (00:44 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 4 Feb 2009 00:44:42 +0000 (00:44 +0000)
commit34c94a2babcac200c8e0fd778e549afcc43e2df1
treed502bfbdcdb6bc2a02e4710d3a82a571cff996ef
parent23b5dc65451b1f91c0ecf337216c8ff473308cc2
Change construction of common ObjC functions to use CGCall
infrastructure to construct function type.
 - For consistencty, we should probably always use this to construct
   function types, but these are absolutely necessary to ensure that
   we can emit calls to these functions.

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