Changes in directory llvm/lib/Transforms/Scalar:

IndVarSimplify.cpp updated: 1.88 -> 1.89
---
Log message:

Fix a grammaro in a comment.


---
Diffs of the changes:  (+1 -1)

 IndVarSimplify.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
diff -u llvm/lib/Transforms/Scalar/IndVarSimplify.cpp:1.88 
llvm/lib/Transforms/Scalar/IndVarSimplify.cpp:1.89
--- llvm/lib/Transforms/Scalar/IndVarSimplify.cpp:1.88  Fri Jul 14 13:49:15 2006
+++ llvm/lib/Transforms/Scalar/IndVarSimplify.cpp       Fri Aug 18 04:01:07 2006
@@ -11,7 +11,7 @@
 // computations derived from them) into simpler forms suitable for subsequent
 // analysis and transformation.
 //
-// This transformation make the following changes to each loop with an
+// This transformation makes the following changes to each loop with an
 // identifiable induction variable:
 //   1. All loops are transformed to have a SINGLE canonical induction variable
 //      which starts at zero and steps by one.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to