diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-04-29 06:53:53 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-04-29 06:53:53 +0000 |
commit | f11a6856cc28875133cef0f7bbad2b7de3a83776 (patch) | |
tree | c568dd7ffefea5d671c2bebbbbfc42a7ed6c5225 /include/llvm-c/ExecutionEngine.h | |
parent | fe7ea985fac4abb4056fa5f020449a2802a81604 (diff) |
[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContract instead of ObjCARCOpts.
Turning retains into retainRV calls disrupts the data flow analysis in
ObjCARCOpts. Thus we move it as late as we can by moving it into
ObjCARCContract.
We leave in the conversion from retainRV -> retain in ObjCARCOpt since
it enables the dataflow analysis.
rdar://10813093
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180698 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c/ExecutionEngine.h')
0 files changed, 0 insertions, 0 deletions