diff options
| author | Dan Gohman <gohman@apple.com> | 2009-05-19 20:38:47 +0000 | 
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-05-19 20:38:47 +0000 | 
| commit | 67587ce2e923f67cdf1294444077e8c1e8db8fb7 (patch) | |
| tree | 05b16a1f16f79e55b940e5e2609209aca341a022 /llvm | |
| parent | 97f70add3ca7005411a3ffc685ab81a50ab9382a (diff) | |
| download | bcm5719-llvm-67587ce2e923f67cdf1294444077e8c1e8db8fb7.tar.gz bcm5719-llvm-67587ce2e923f67cdf1294444077e8c1e8db8fb7.zip  | |
Remove an irrelevant comment.
llvm-svn: 72132
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp index 44b83adcb35..26015cf0e94 100644 --- a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/llvm/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.  //  //===----------------------------------------------------------------------===//  | 

