From: Dan Gohman Date: Tue, 19 May 2009 20:38:47 +0000 (+0000) Subject: Remove an irrelevant comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c2c4cbf7b3a0229cf1804ca9d7c18113f75bab46;p=oota-llvm.git Remove an irrelevant comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72132 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/IndVarSimplify.cpp b/lib/Transforms/Scalar/IndVarSimplify.cpp index 44b83adcb35..26015cf0e94 100644 --- a/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/lib/Transforms/Scalar/IndVarSimplify.cpp @@ -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. // //===----------------------------------------------------------------------===//