Remove an irrelevant comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72132 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-05-19 20:38:47 +00:00
parent cec8f9da54
commit c2c4cbf7b3

View 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.
//
//===----------------------------------------------------------------------===//