]> granicus.if.org Git - clang/commit
Objective-C [IRGen]. Generator a tail call to objc_getProperty() in
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 30 Jan 2014 00:16:39 +0000 (00:16 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 30 Jan 2014 00:16:39 +0000 (00:16 +0000)
commit8ed225551fedd6c60499549065d26b41d19cceec
tree5300139834d28ddd73b596fac9a1da67c9fd9aad
parent4403dcd47f29cbf5a0467916d18f6fcbfd2c5d22
Objective-C [IRGen]. Generator a tail call to objc_getProperty() in
synthesized getters for performance improvement.
// rdar://15884113

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