]> granicus.if.org Git - clang/commit
"The attached diff fixes the //FIXME in message send to super. This should now be...
authorChris Lattner <sabre@nondot.org>
Mon, 4 May 2009 16:56:33 +0000 (16:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 May 2009 16:56:33 +0000 (16:56 +0000)
commitc6e2ab0dd61e53fa7889a4f97d74d53f4b1af278
tree57b4adddc9aaffaf212281114fc3538591b20763
parentea4b4aaa64d1d2fe59a21cd73ffc4b1ebae9b6ec
"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)."

Patch by David Chisnall!

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