mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-02 10:33:53 +00:00
[objc-arc] Fixed typo in debug message.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179966 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ee37359762
commit
d4adf8a886
@ -2384,7 +2384,7 @@ void ObjCARCOpt::MoveCalls(Value *Arg,
|
||||
Call->setDoesNotThrow();
|
||||
Call->setTailCall();
|
||||
|
||||
DEBUG(dbgs() << "Inserting new Release: " << *Call << "\n"
|
||||
DEBUG(dbgs() << "Inserting new Retain: " << *Call << "\n"
|
||||
"At insertion point: " << *InsertPt << "\n");
|
||||
}
|
||||
for (SmallPtrSet<Instruction *, 2>::const_iterator
|
||||
|
Loading…
x
Reference in New Issue
Block a user