mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-24 04:56:51 +00:00
Fix a copy+pasto in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71035 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4221ae84ef
commit
ce174f8e15
@ -2464,7 +2464,7 @@ bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager &LPM) {
|
||||
// computation of some other indvar to decide when to terminate the loop.
|
||||
OptimizeIndvars(L);
|
||||
|
||||
// FIXME: We can widen overlarge IV's here. e.g. if the code has
|
||||
// FIXME: We can shrink overlarge IV's here. e.g. if the code has
|
||||
// computation in i64 values and the target doesn't support i64, demote
|
||||
// the computation to 32-bit if safe.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user