summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-18 09:01:07 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-18 09:01:07 +0000
commit5495fe8dd62f9587de1089d590cb87e639f9e666 (patch)
treeda41315706fafdec0710048ff2d0bc48d458244e /llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
parent2da905c53bf04e127ec95c67d9373f81e0591dff (diff)
downloadbcm5719-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.cpp2
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.
OpenPOWER on IntegriCloud