[objc-arc] Treat memcpy, memove, memset as just using pointers, not decrementing...
authorMichael Gottesman <mgottesman@apple.com>
Mon, 16 Mar 2015 07:02:32 +0000 (07:02 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 16 Mar 2015 07:02:32 +0000 (07:02 +0000)
commit7a26d8fa543fccbdae5d545390a8c45324052c8b
treefbef572273c3068fc1fb9087a2334aa0ddd8b68c
parent6779217ec5405d5897cc7b12b49df4acac97176e
[objc-arc] Treat memcpy, memove, memset as just using pointers, not decrementing them.

This will be tested in the next commit (which required it). The commit
is going to update a bunch of tests at the same time.

llvm-svn: 232350
llvm/lib/Transforms/ObjCARC/ARCInstKind.cpp