diff options
author | Dan Gohman <gohman@apple.com> | 2008-06-24 18:00:21 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-06-24 18:00:21 +0000 |
commit | 4be44e62b3d7d1a77fd3ca44658f08cf836145e6 (patch) | |
tree | 78ad3b049dc6f39e111201d7de4a0d3a667fba22 /llvm/lib/Transforms | |
parent | 9aaafadc6013591f2ac65360b57007a524981240 (diff) | |
download | bcm5719-llvm-4be44e62b3d7d1a77fd3ca44658f08cf836145e6.tar.gz bcm5719-llvm-4be44e62b3d7d1a77fd3ca44658f08cf836145e6.zip |
Fix a typo in a comment.
llvm-svn: 52687
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LoopIndexSplit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopIndexSplit.cpp b/llvm/lib/Transforms/Scalar/LoopIndexSplit.cpp index 5faec97a971..45d4900ca86 100644 --- a/llvm/lib/Transforms/Scalar/LoopIndexSplit.cpp +++ b/llvm/lib/Transforms/Scalar/LoopIndexSplit.cpp @@ -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(). |