mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
[MBP] Fix a really misleading typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235006 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
50b935707f
commit
ec07ff56b9
@ -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 unanalyzable branch.
|
||||
if (MBB != *std::prev(Chain.end()))
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user