[llvm-commits] [llvm] r71035 - /llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Dan Gohman
gohman at apple.com
Tue May 5 16:02:39 PDT 2009
Author: djg
Date: Tue May 5 18:02:38 2009
New Revision: 71035
URL: http://llvm.org/viewvc/llvm-project?rev=71035&view=rev
Log:
Fix a copy+pasto in a comment.
Modified:
llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp?rev=71035&r1=71034&r2=71035&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp Tue May 5 18:02:38 2009
@@ -2464,7 +2464,7 @@
// 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.
More information about the llvm-commits
mailing list