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:
Michael Gottesman 2013-01-12 03:45:49 +00:00
parent 0d3582b1d1
commit e7a715f61e

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