summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-24 18:00:21 +0000
committerDan Gohman <gohman@apple.com>2008-06-24 18:00:21 +0000
commit4be44e62b3d7d1a77fd3ca44658f08cf836145e6 (patch)
tree78ad3b049dc6f39e111201d7de4a0d3a667fba22 /llvm/lib/Transforms
parent9aaafadc6013591f2ac65360b57007a524981240 (diff)
downloadbcm5719-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.cpp2
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().
OpenPOWER on IntegriCloud