mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Add missing newline to debug statement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109886 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b2bdf941f6
commit
39a383124b
@ -457,7 +457,7 @@ bool LICM::isLoopInvariantInst(Instruction &I) {
|
||||
/// position, and may either delete it or move it to outside of the loop.
|
||||
///
|
||||
void LICM::sink(Instruction &I) {
|
||||
DEBUG(dbgs() << "LICM sinking instruction: " << I);
|
||||
DEBUG(dbgs() << "LICM sinking instruction: " << I << "\n");
|
||||
|
||||
SmallVector<BasicBlock*, 8> ExitBlocks;
|
||||
CurLoop->getExitBlocks(ExitBlocks);
|
||||
|
Loading…
x
Reference in New Issue
Block a user