mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Fix a validation error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43675 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c86b67742a
commit
e626bbe4b5
@ -989,7 +989,7 @@ if (i == j)
|
|||||||
the dependence on the exit value of the induction variable. If the only
|
the dependence on the exit value of the induction variable. If the only
|
||||||
purpose of the loop is to compute the exit value of some derived
|
purpose of the loop is to compute the exit value of some derived
|
||||||
expression, this transformation will make the loop dead.</li>
|
expression, this transformation will make the loop dead.</li>
|
||||||
</p>
|
</ol>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This transformation should be followed by strength reduction after all of the
|
This transformation should be followed by strength reduction after all of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user