diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-18 09:01:07 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-18 09:01:07 +0000 |
commit | 5495fe8dd62f9587de1089d590cb87e639f9e666 (patch) | |
tree | da41315706fafdec0710048ff2d0bc48d458244e /llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | |
parent | 2da905c53bf04e127ec95c67d9373f81e0591dff (diff) | |
download | bcm5719-llvm-5495fe8dd62f9587de1089d590cb87e639f9e666.tar.gz bcm5719-llvm-5495fe8dd62f9587de1089d590cb87e639f9e666.zip |
Fix a grammaro in a comment.
llvm-svn: 29765
Diffstat (limited to 'llvm/lib/Transforms/Scalar/IndVarSimplify.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp index e734c06a9f5..efa587b221e 100644 --- a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp @@ -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. |