Add a newline after this debug output.

llvm-svn: 60861
This commit is contained in:
Bill Wendling 2008-12-10 23:24:43 +00:00
parent 8e1f05fc26
commit d8681df4e7
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ bool BranchFolder::TryMergeBlocks(MachineBasicBlock *SuccBB,
unsigned minCommonTailLength = (SuccBB ? 1 : 2) + 1;
MadeChange = false;
DOUT << "\nTryMergeBlocks " << MergePotentials.size();
DOUT << "\nTryMergeBlocks " << MergePotentials.size() << '\n';
// Sort by hash value so that blocks with identical end sequences sort
// together.