]> granicus.if.org Git - clang/commit
objc-arc: set nonlazybind attribute on objc_retain/
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 7 Aug 2012 21:30:31 +0000 (21:30 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 7 Aug 2012 21:30:31 +0000 (21:30 +0000)
commitc343dd87a1b0784ee15ffd7634d0872bdb724646
tree3e1bab7aac754d19394062118318dc122cb04c78
parent3189d8c8f2f26d49e129b68f708042da3703816b
objc-arc: set nonlazybind attribute on objc_retain/
objc_release for performance for these most often
called APIs. // rdar://12040837

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