]> granicus.if.org Git - clang/commit
Mark the load after calling objc_msg_lookup_sender() so that it doesn't get optimised...
authorDavid Chisnall <csdavec@swan.ac.uk>
Wed, 21 Jul 2010 12:55:25 +0000 (12:55 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Wed, 21 Jul 2010 12:55:25 +0000 (12:55 +0000)
commit41d0c7a2355c1a47b33f5e528c5f815ca5b52e9e
treefcdd0f3beefac034093644781c2ad0bbab05c857
parent1f0fca54676cfa8616e7f3cd7a26788ab937e3cd
Mark the load after calling objc_msg_lookup_sender() so that it doesn't get optimised away (GNU runtime).

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