]> granicus.if.org Git - clang/commit
Merge ivar access amongst the three runtimes.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 22 Apr 2009 07:32:20 +0000 (07:32 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 22 Apr 2009 07:32:20 +0000 (07:32 +0000)
commit9777687562c338601c2f17906e65e1c1a0aad96f
treec82e5c6156efc1c21c1f46be908198c9f231cff6
parentd2977bcfee782bd2ad08c3ffb5e5386f5c7f7c17
Merge ivar access amongst the three runtimes.
 - For now, this means we are always doing the address computations by
   hand instead of constructing a proper GEP. Right now, however, this
   is less important than having fewer entry points to dealing with
   Objective-C interface layout.

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