Fix up the debug statement to actually use a newline .. radical concept.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 26 Apr 2005 23:07:08 +0000 (23:07 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 26 Apr 2005 23:07:08 +0000 (23:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21580 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/SimplifyLibCalls.cpp

index c537db7d36a3d33e3e0244c58a4199eb90182a71..e31ac9621bb5e907ae1bb18d4830e97970f3d267 100644 (file)
@@ -169,7 +169,7 @@ bool SimplifyLibCalls::runOnModule(Module &M)
                 {
                   ++SimplifiedLibCalls;
                   found_optimization = result = true;
-              DEBUG(std::cerr << "simplify-libcall: " << CO->getFunctionName());
+                  DEBUG(std::cerr << "simplify-libcall: " << CO->getFunctionName() << "\n");
                 }
               }
             }