Remove an irrelevant comment.
authorDan Gohman <gohman@apple.com>
Tue, 19 May 2009 20:38:47 +0000 (20:38 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 19 May 2009 20:38:47 +0000 (20:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72132 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/IndVarSimplify.cpp

index 44b83adcb35b91189a6461601d9b38d4ff13af59..26015cf0e946992bf614c0b199fd184cef00c54a 100644 (file)
@@ -31,9 +31,7 @@
 //      expression, this transformation will make the loop dead.
 //
 // This transformation should be followed by strength reduction after all of the
-// desired loop transformations have been performed.  Additionally, on targets
-// where it is profitable, the loop could be transformed to count down to zero
-// (the "do loop" optimization).
+// desired loop transformations have been performed.
 //
 //===----------------------------------------------------------------------===//