mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
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:
parent
cec8f9da54
commit
c2c4cbf7b3
@ -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.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user