mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
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:
parent
ef99ea318e
commit
0ddf0d6bec
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user