Add a new ObjC ARC optimization pass to eliminate unneeded
authorDan Gohman <gohman@apple.com>
Tue, 17 Jan 2012 20:52:24 +0000 (20:52 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 17 Jan 2012 20:52:24 +0000 (20:52 +0000)
commit2f6263c96a6ed234b8d314cc35c8e2fcc3e81ccc
tree733a5e75a9f22e0e7399e6ed3170acb22c2cb95f
parent7d4c87ef6eea424b7a28392ea11137ed77b44b57
Add a new ObjC ARC optimization pass to eliminate unneeded
autorelease push+pop pairs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148330 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/Scalar/ObjCARC.cpp
lib/Transforms/Scalar/Scalar.cpp
test/Transforms/ObjCARC/apelim.ll [new file with mode: 0644]