[objc-arc] Fixed typo in debug message.
authorMichael Gottesman <mgottesman@apple.com>
Sun, 21 Apr 2013 00:30:50 +0000 (00:30 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sun, 21 Apr 2013 00:30:50 +0000 (00:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179966 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/ObjCARC/ObjCARCOpts.cpp

index 4bab97602a48baa373560caf1c5665637d434bb1..ec2fad03683a9c6d97cd6f4051dcaaaea2e33988 100644 (file)
@@ -2384,7 +2384,7 @@ void ObjCARCOpt::MoveCalls(Value *Arg,
     Call->setDoesNotThrow();
     Call->setTailCall();
 
-    DEBUG(dbgs() << "Inserting new Release: " << *Call << "\n"
+    DEBUG(dbgs() << "Inserting new Retain: " << *Call << "\n"
                     "At insertion point: " << *InsertPt << "\n");
   }
   for (SmallPtrSet<Instruction *, 2>::const_iterator