Skip to content
Commit 1c8cd7c1 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

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
parent 58df509f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment