Added debug statement to ObjCARC when we replace objc_autorelease(x) with objc_releas...
authorMichael Gottesman <mgottesman@apple.com>
Sun, 6 Jan 2013 22:56:50 +0000 (22:56 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sun, 6 Jan 2013 22:56:50 +0000 (22:56 +0000)
commit20d9fff206ebb21d08f61783462ca56d5efe0af9
treed437748664bf3c9b60f316b5d5d862ae2672e88c
parente549492c3680814b31058b183d315d69fd9293de
Added debug statement to ObjCARC when we replace objc_autorelease(x) with objc_release(x) when x is otherwise unused.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171673 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/ObjCARC.cpp