mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 19:32:16 +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:
parent
0d3582b1d1
commit
e7a715f61e
@ -2212,8 +2212,8 @@ ObjCARCOpt::OptimizeRetainCall(Function &F, Instruction *Retain) {
|
||||
++NumPeeps;
|
||||
|
||||
DEBUG(dbgs() << "ObjCARCOpt::OptimizeRetainCall: Transforming "
|
||||
"objc_retainAutoreleasedReturnValue => "
|
||||
"objc_retain since the operand is not a return value.\n"
|
||||
"objc_retain => objc_retainAutoreleasedReturnValue"
|
||||
" since the operand is a return value.\n"
|
||||
" Old: "
|
||||
<< *Retain << "\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user