mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix a typo in a comment.
llvm-svn: 52687
This commit is contained in:
parent
7ee5cc0883
commit
e9f0a28c64
@ -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…
Reference in New Issue
Block a user