Fix a copy+pasto in a comment.
authorDan Gohman <gohman@apple.com>
Tue, 5 May 2009 23:02:38 +0000 (23:02 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 5 May 2009 23:02:38 +0000 (23:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71035 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopStrengthReduce.cpp

index 94c9d9b45947344f098f0a30bb13040a999e74f8..e2cbbc2d27052ed3cc4395eff196eba9d45b9353 100644 (file)
@@ -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.