]> granicus.if.org Git - clang/commit
Patch from David Chisnall:
authorDaniel Dunbar <daniel@zuster.org>
Mon, 4 May 2009 15:31:17 +0000 (15:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 4 May 2009 15:31:17 +0000 (15:31 +0000)
commit5efccb1ab81a029ddeb3ea18e239d0ddc124ec2b
treef70e7b9a9e9c5f5adcf6aaab2bf0bef35f2f69d9
parentc2eeb72a7301b0409073311ccbf5da77dccfcc37
Patch from David Chisnall:

The attached diff fixes the //FIXME in message send to super.  This
should now be faster, and works in the presence of class posing.  This
is now the same approach as used in GCC (the earlier code was a quick
hack to get something working).

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