Implement the C++0x move optimization for Automatic Reference Counting
objects, so that we steal the retain count of a temporary __strong pointer (zeroing out that temporary), eliding a retain/release pair. Addresses <rdar://problem/9364932>. llvm-svn: 133621
Loading
Please register or sign in to comment