mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Fixed debug message in ObjCARC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172299 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2212,8 +2212,8 @@ ObjCARCOpt::OptimizeRetainCall(Function &F, Instruction *Retain) {
|
|||||||
++NumPeeps;
|
++NumPeeps;
|
||||||
|
|
||||||
DEBUG(dbgs() << "ObjCARCOpt::OptimizeRetainCall: Transforming "
|
DEBUG(dbgs() << "ObjCARCOpt::OptimizeRetainCall: Transforming "
|
||||||
"objc_retainAutoreleasedReturnValue => "
|
"objc_retain => objc_retainAutoreleasedReturnValue"
|
||||||
"objc_retain since the operand is not a return value.\n"
|
" since the operand is a return value.\n"
|
||||||
" Old: "
|
" Old: "
|
||||||
<< *Retain << "\n");
|
<< *Retain << "\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user