summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-04-26 23:07:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-04-26 23:07:08 +0000
commitf9d4be187f60f6b56ff2cad4b1d24c431a9934f0 (patch)
tree08f6621381bba0f915a59454e73eca92af4de6c4 /llvm/lib/Transforms
parent18b998192f060c5e0546eb07dd46af4cb871571d (diff)
downloadbcm5719-llvm-f9d4be187f60f6b56ff2cad4b1d24c431a9934f0.tar.gz
bcm5719-llvm-f9d4be187f60f6b56ff2cad4b1d24c431a9934f0.zip
Fix up the debug statement to actually use a newline .. radical concept.
llvm-svn: 21580
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp b/llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp
index c537db7d36a..e31ac9621bb 100644
--- a/llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp
+++ b/llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp
@@ -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");
}
}
}
OpenPOWER on IntegriCloud