diff options
-rw-r--r-- | lib/Transforms/IPO/SimplifyLibCalls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/SimplifyLibCalls.cpp b/lib/Transforms/IPO/SimplifyLibCalls.cpp index c537db7d36..e31ac9621b 100644 --- a/lib/Transforms/IPO/SimplifyLibCalls.cpp +++ b/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"); } } } |