Fix a really wrong comment.

llvm-svn: 60494
This commit is contained in:
Dale Johannesen 2008-12-03 19:25:46 +00:00
parent 6cd08e42e4
commit d49ceff6ba
1 changed files with 1 additions and 1 deletions

View File

@ -1180,7 +1180,7 @@ SCEVHandle LoopStrengthReduce::CollectIVUsers(const SCEVHandle &Stride,
for (unsigned i = 0, e = Uses.Users.size(); i != e; ++i) {
UsersToProcess.push_back(BasedUser(Uses.Users[i], SE));
// Move any loop invariant operands from the offset field to the immediate
// Move any loop variant operands from the offset field to the immediate
// field of the use, so that we don't try to use something before it is
// computed.
MoveLoopVariantsToImediateField(UsersToProcess.back().Base,