mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 19:25:00 +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:
@@ -2384,7 +2384,7 @@ void ObjCARCOpt::MoveCalls(Value *Arg,
|
|||||||
Call->setDoesNotThrow();
|
Call->setDoesNotThrow();
|
||||||
Call->setTailCall();
|
Call->setTailCall();
|
||||||
|
|
||||||
DEBUG(dbgs() << "Inserting new Release: " << *Call << "\n"
|
DEBUG(dbgs() << "Inserting new Retain: " << *Call << "\n"
|
||||||
"At insertion point: " << *InsertPt << "\n");
|
"At insertion point: " << *InsertPt << "\n");
|
||||||
}
|
}
|
||||||
for (SmallPtrSet<Instruction *, 2>::const_iterator
|
for (SmallPtrSet<Instruction *, 2>::const_iterator
|
||||||
|
Reference in New Issue
Block a user