mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-22 10:33:23 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4dc289cea
commit
2864ce6065
@ -1399,7 +1399,7 @@ bool LoopIndexSplit::splitLoop(SplitInfo &SD) {
|
||||
|
||||
BasicBlock *SplitCondBlock = SD.SplitCondition->getParent();
|
||||
|
||||
// Unable to handle triange loops at the moment.
|
||||
// Unable to handle triangle loops at the moment.
|
||||
// In triangle loop, split condition is in header and one of the
|
||||
// the split destination is loop latch. If split condition is EQ
|
||||
// then such loops are already handle in processOneIterationLoop().
|
||||
|
Loading…
x
Reference in New Issue
Block a user