1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fixed debug message in ObjCARC.

llvm-svn: 172299
This commit is contained in:
Michael Gottesman 2013-01-12 03:45:49 +00:00
parent a00a81d4cc
commit ea2af5c74a

View File

@ -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");