]> granicus.if.org Git - clang/commit
Fixed type error in last commit (forgot that now that selectors are not
authorDavid Chisnall <csdavec@swan.ac.uk>
Wed, 23 Mar 2011 22:52:06 +0000 (22:52 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Wed, 23 Mar 2011 22:52:06 +0000 (22:52 +0000)
commitc7ef46254339450de33125f712c7b99afaf4fbcd
tree8ab46acf8f1f238ab1ade57cf226437eecb75aca
parenta8d459e8a68b1270b0c35fb73e8cc090b2b69e36
Fixed type error in last commit (forgot that now that selectors are not
accessed via the indirect pointer, they don't need to be pointers to pointers).

Finished moving the message lookup code into separate subclasses for each
runtime.  Also performed a few smallish related tidies.

We're now bitcasting the result of the message lookup functions, rather than
casting the lookup functions themselves, so the messages.m test needed updating
to reflect this.

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