projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1449e6
)
Add a newline after this debug output.
author
Bill Wendling
<isanbard@gmail.com>
Wed, 10 Dec 2008 23:24:43 +0000
(23:24 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Wed, 10 Dec 2008 23:24:43 +0000
(23:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60861
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/BranchFolding.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/BranchFolding.cpp
b/lib/CodeGen/BranchFolding.cpp
index 727f0a5cd14f0562ebd907eaf1f09cbdd939e864..4bf943495656f3d27fa55b5d32bd13bf84c0ada7 100644
(file)
--- a/
lib/CodeGen/BranchFolding.cpp
+++ b/
lib/CodeGen/BranchFolding.cpp
@@
-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.