mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Fix a really wrong comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60494 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c99f49368
commit
67c7989294
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user