[objc-arc] Added debug statement saying when we are resetting a sequence's progress.
authorMichael Gottesman <mgottesman@apple.com>
Sat, 20 Apr 2013 23:36:57 +0000 (23:36 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sat, 20 Apr 2013 23:36:57 +0000 (23:36 +0000)
commit7e48a92829a1c607c193758d55e7058599e7416f
tree2d6ba06642b430705927e0826ea95d4ec18ec433
parentda8768b2dd31e99679fa898bbce33d6a8bbf9395
[objc-arc] Added debug statement saying when we are resetting a sequence's progress.

This will make it clearer when we are actually resetting a sequence's progress
vs just changing state. This is an important distinction because the former case
clears any pointers that we are tracking while the later does not.

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