Clean up arc annotations by moving the top/bottom BB annotations into conditional...
authorMichael Gottesman <mgottesman@apple.com>
Wed, 3 Apr 2013 22:41:59 +0000 (22:41 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 3 Apr 2013 22:41:59 +0000 (22:41 +0000)
commit7a424bd5deac40ad7520a9a31104723c6f08182b
tree14c548c8828502d55da03f37f2074504c81cf2c4
parent6b6050b229976a2f53184f6d6857e6f445a869d0
Clean up arc annotations by moving the top/bottom BB annotations into conditional macros that no-op in Release mode instead of #ifdef sections of the code.

This is to follow the example of the DEBUG macro.

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