mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 19:32:16 +00:00
Changed two debug statements that state that a queue had finished being processed when said queue was really a list to state a list had finished being processed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171465 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df379f4ef4
commit
ec21e2a05f
@ -912,7 +912,7 @@ bool ObjCARCExpand::runOnFunction(Function &F) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG(dbgs() << "ObjCARCExpand: Finished Queue.\n\n");
|
DEBUG(dbgs() << "ObjCARCExpand: Finished List.\n\n");
|
||||||
|
|
||||||
return Changed;
|
return Changed;
|
||||||
}
|
}
|
||||||
@ -4194,7 +4194,7 @@ bool ObjCARCContract::runOnFunction(Function &F) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG(dbgs() << "ObjCARCContract: Finished Queue.\n\n");
|
DEBUG(dbgs() << "ObjCARCContract: Finished List.\n\n");
|
||||||
|
|
||||||
// Don't use GetObjCArg because we don't want to look through bitcasts
|
// Don't use GetObjCArg because we don't want to look through bitcasts
|
||||||
// and such; to do the replacement, the argument must have type i8*.
|
// and such; to do the replacement, the argument must have type i8*.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user