Added DEBUG messages to the top of several processing loops in ObjCARC.cpp that emit...
authorMichael Gottesman <mgottesman@apple.com>
Tue, 1 Jan 2013 16:05:48 +0000 (16:05 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Tue, 1 Jan 2013 16:05:48 +0000 (16:05 +0000)
commit8f22c8b5e1f32bf253f968a81542a76dbfc3efc7
tree53f308c67084de8f4f73d2a4c0db7739e3cab426
parent3dd0781b8cc13e83e5991d238542c1b39bc5fcac
Added DEBUG messages to the top of several processing loops in ObjCARC.cpp that emit what instructions are being visited.

This is a part of a larger effort of adding DEBUG messages to the ARC
Optimizer Backend.

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