summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-23 22:11:52 +0000
committerDan Gohman <gohman@apple.com>2008-06-23 22:11:52 +0000
commit73b43b9b549a75fb0015c825df68abd95705a67c (patch)
tree01b4ccdbdfc34cc8346ca480af953dec2a0581ae /lib/Transforms/Scalar
parent8d3f36f05cb97efb1cc24a5c64d6c792651cd897 (diff)
downloadllvm-73b43b9b549a75fb0015c825df68abd95705a67c.tar.gz
llvm-73b43b9b549a75fb0015c825df68abd95705a67c.tar.bz2
llvm-73b43b9b549a75fb0015c825df68abd95705a67c.tar.xz
Fix spelling and grammar in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52648 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar')
-rw-r--r--lib/Transforms/Scalar/LoopStrengthReduce.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index d825ea789b..7a372024c9 100644
--- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -1118,8 +1118,8 @@ static bool isAddressUse(Instruction *Inst, Value *OperandVal) {
}
// CollectIVUsers - Transform our list of users and offsets to a bit more
-// complex table. In this new vector, each 'BasedUser' contains 'Base' the base
-// of the strided accessas well as the old information from Uses. We
+// complex table. In this new vector, each 'BasedUser' contains 'Base', the base
+// of the strided accesses, as well as the old information from Uses. We
// progressively move information from the Base field to the Imm field, until
// we eventually have the full access expression to rewrite the use.
SCEVHandle LoopStrengthReduce::CollectIVUsers(const SCEVHandle &Stride,