]> granicus.if.org Git - llvm/commit
[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)
commit8d26ba8f25fcdefd6f47a0b5183777718d069d3f
treeef8c9c3210834a454acf9969fc5794443e8bc63a
parent8886138438a7f30bfd70ae962b84ffd5a88e79eb
[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.

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