diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-09 06:24:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-09 06:24:02 +0000 |
commit | a18af06360f0559bb8caaed2b1c99715604c6d7d (patch) | |
tree | 325e602a210a5d5008e650a24d0e8c778000eb3c /lib/Transforms | |
parent | 7305ae28df07e0b9c9a8a020a9f9596de25077aa (diff) |
Hrm, you didn't see this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/Scalar/LoopStrengthReduce.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index b828c0da2a..9a1cb8ecc9 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -1049,9 +1049,6 @@ void LoopStrengthReduce::runOnLoop(Loop *L) { // 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. |