Added 2x Debug statements to ObjCARC that log when we handle the two undefined pointe...
authorMichael Gottesman <mgottesman@apple.com>
Sun, 6 Jan 2013 21:54:30 +0000 (21:54 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sun, 6 Jan 2013 21:54:30 +0000 (21:54 +0000)
commite549492c3680814b31058b183d315d69fd9293de
tree5a8c27a5589d00ba952fb04f33708955978ed2c7
parentbe0ffd1e5a0784e9e7acfd32d3c582f6bb40c117
Added 2x Debug statements to ObjCARC that log when we handle the two undefined pointer-to-weak-pointer is NULL cases by replacing the given call inst with an undefined value.

The reason that there are two cases is that the first case handles the unary cases and the second the binary cases.

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