Added DEBUG message when ObjCARC replaces a call which returns its argument verbatim...
authorMichael Gottesman <mgottesman@apple.com>
Tue, 1 Jan 2013 16:05:54 +0000 (16:05 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Tue, 1 Jan 2013 16:05:54 +0000 (16:05 +0000)
commita6e23cc53585c09236feb12cb89e5dd0b461a6e0
treea3b12e32966b0661f06c90b8d851a9a16d13e7c4
parent8f22c8b5e1f32bf253f968a81542a76dbfc3efc7
Added DEBUG message when ObjCARC replaces a call which returns its argument verbatim with its argument to temporarily undo an optimization.

Specifically these calls return their argument verbatim, as a low-level
optimization. However, this makes high-level optimizations
harder. We undo any uses of this optimization that the front-end
emitted. We redo them later in the contract pass.

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