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 | eb4be8b94272e21fe8319c1251179b80d253aac9 (patch) | |
tree | 5d104e00f20d1230146d0e4ab658f3207ad64956 /llvm/lib | |
parent | 4ea0a3eaacd46182a2ecc7702729e1e1e42df4bc (diff) | |
download | bcm5719-llvm-eb4be8b94272e21fe8319c1251179b80d253aac9.tar.gz bcm5719-llvm-eb4be8b94272e21fe8319c1251179b80d253aac9.zip |
Hrm, you didn't see this.
llvm-svn: 23673
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp index b828c0da2a9..9a1cb8ecc9d 100644 --- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/llvm/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. |