[ObjCARC Debug Messages] - Added missing newline.
authorMichael Gottesman <mgottesman@apple.com>
Sun, 6 Jan 2013 22:56:54 +0000 (22:56 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sun, 6 Jan 2013 22:56:54 +0000 (22:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171674 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/ObjCARC.cpp

index 3a4e78ba2e474f88a3e36f76103b458572acc7ff..d4e151c02ef2700041693c6aee947e3b13213a7f 100644 (file)
@@ -2429,7 +2429,7 @@ void ObjCARCOpt::OptimizeIndividualCalls(Function &F) {
         DEBUG(dbgs() << "ObjCARCOpt::OptimizeIndividualCalls: Replacing "
                         "objc_autorelease(x) with objc_release(x) since x is "
                         "otherwise unused.\n"
-                        "                                     Old: " << *Call
+                        "                                     Old: " << *Call <<
                         "\n                                     New: " <<
                         *NewCall << "\n");