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:
50b9357
)
[MBP] Fix a really misleading typo in a comment.
author
Chandler Carruth
<chandlerc@gmail.com>
Wed, 15 Apr 2015 13:19:54 +0000
(13:19 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Wed, 15 Apr 2015 13:19:54 +0000
(13:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235006
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineBlockPlacement.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineBlockPlacement.cpp
b/lib/CodeGen/MachineBlockPlacement.cpp
index ecc50c916b0b425f0570a0de5335c336c188a941..5e7daa8173bb6b4c0bfc374bfa32087bf026cc23 100644
(file)
--- a/
lib/CodeGen/MachineBlockPlacement.cpp
+++ b/
lib/CodeGen/MachineBlockPlacement.cpp
@@
-661,7
+661,7
@@
MachineBlockPlacement::findBestLoopExit(MachineFunction &F, MachineLoop &L,
for (MachineBasicBlock *MBB : L.getBlocks()) {
BlockChain &Chain = *BlockToChain[MBB];
// Ensure that this block is at the end of a chain; otherwise it could be
- // mid-way through an inner loop or a successor of an analyzable branch.
+ // mid-way through an inner loop or a successor of an
un
analyzable branch.
if (MBB != *std::prev(Chain.end()))
continue;