Fix up the debug statement to actually use a newline .. radical concept.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21580 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2005-04-26 23:07:08 +00:00
parent ef99ea318e
commit 0ddf0d6bec

View 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");
}
}
}