Fix spelling and grammar in a comment.
authorDan Gohman <gohman@apple.com>
Mon, 23 Jun 2008 22:11:52 +0000 (22:11 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 23 Jun 2008 22:11:52 +0000 (22:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52648 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopStrengthReduce.cpp

index d825ea789b596a7862387ed18501df5f01227952..7a372024c9fcdd044ae97ee8f83c763c32ab9f7c 100644 (file)
@@ -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,