mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-18 06:38:41 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98122 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2938a00f29
commit
2d0a91cd6c
@ -132,7 +132,7 @@ bool LoopSimplify::ProcessLoop(Loop *L, LPPassManager &LPM) {
|
|||||||
bool Changed = false;
|
bool Changed = false;
|
||||||
ReprocessLoop:
|
ReprocessLoop:
|
||||||
|
|
||||||
// Check to see that no blocks (other than the header) in this loop that has
|
// Check to see that no blocks (other than the header) in this loop have
|
||||||
// predecessors that are not in the loop. This is not valid for natural
|
// predecessors that are not in the loop. This is not valid for natural
|
||||||
// loops, but can occur if the blocks are unreachable. Since they are
|
// loops, but can occur if the blocks are unreachable. Since they are
|
||||||
// unreachable we can just shamelessly delete those CFG edges!
|
// unreachable we can just shamelessly delete those CFG edges!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user