mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Add a newline after this debug output.
llvm-svn: 60861
This commit is contained in:
parent
b800b6704e
commit
02555039a0
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user