[llvm-commits] [llvm] r52687 - /llvm/trunk/lib/Transforms/Scalar/LoopIndexSplit.cpp
Dan Gohman
gohman at apple.com
Tue Jun 24 11:00:21 PDT 2008
Author: djg
Date: Tue Jun 24 13:00:21 2008
New Revision: 52687
URL: http://llvm.org/viewvc/llvm-project?rev=52687&view=rev
Log:
Fix a typo in a comment.
Modified:
llvm/trunk/lib/Transforms/Scalar/LoopIndexSplit.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/LoopIndexSplit.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LoopIndexSplit.cpp?rev=52687&r1=52686&r2=52687&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LoopIndexSplit.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/LoopIndexSplit.cpp Tue Jun 24 13:00:21 2008
@@ -1399,7 +1399,7 @@
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().
More information about the llvm-commits
mailing list