[ObjCARC Debug Messages] This is a squashed commit of 3x debug message commits ala...
authorMichael Gottesman <mgottesman@apple.com>
Wed, 9 Jan 2013 19:23:24 +0000 (19:23 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 9 Jan 2013 19:23:24 +0000 (19:23 +0000)
commit5581115075e688bdf44920f6b93dd42e94c3ccf6
tree621ab1eb95a9ed0c0c02cb13c752b68a2bfc8e73
parentebed123c5c2d10bb2aceb272f25644f685ebcd09
[ObjCARC Debug Messages] This is a squashed commit of 3x debug message commits ala echristo's suggestion.

1. Added debug messages when in OptimizeIndividualCalls we move calls into predecessors and then erase the original call.
2. Added debug messages when in the process of moving calls in ObjCARCOpt::MoveCalls we create new RR and delete old RR.
3. Added a debug message when we visit a specific retain instruction in ObjCARCOpt::PerformCodePlacement.

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