[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Oct 8 23:24:14 PDT 2005
Changes in directory llvm/lib/Transforms/Scalar:
LoopStrengthReduce.cpp updated: 1.64 -> 1.65
---
Log message:
Hrm, you didn't see this.
---
Diffs of the changes: (+0 -3)
LoopStrengthReduce.cpp | 3 ---
1 files changed, 3 deletions(-)
Index: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
diff -u llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:1.64 llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:1.65
--- llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:1.64 Sun Oct 9 01:20:55 2005
+++ llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp Sun Oct 9 01:24:02 2005
@@ -1049,9 +1049,6 @@
// If we only have one stride, we can more aggressively eliminate some things.
bool HasOneStride = IVUsesByStride.size() == 1;
- if (IVUsesByStride.size() == 123)
- std::cerr << "FOO!\n";
-
// Note: this processes each stride/type pair individually. All users passed
// into StrengthReduceStridedIVUsers have the same type AND stride. Also,
// node that we iterate over IVUsesByStride indirectly by using StrideOrder.
More information about the llvm-commits
mailing list