mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
[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
This commit is contained in:
parent
da8768b2dd
commit
7e48a92829
@ -472,6 +472,7 @@ namespace {
|
||||
}
|
||||
|
||||
void ResetSequenceProgress(Sequence NewSeq) {
|
||||
DEBUG(dbgs() << "Resetting sequence progress.\n");
|
||||
SetSeq(NewSeq);
|
||||
Partial = false;
|
||||
RRI.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user