Fix a validation error.

llvm-svn: 43675
This commit is contained in:
Gordon Henriksen 2007-11-04 16:17:00 +00:00
parent d568767ecb
commit a18a276350
1 changed files with 1 additions and 1 deletions

View File

@ -989,7 +989,7 @@ if (i == j)
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
expression, this transformation will make the loop dead.</li>
</p>
</ol>
<p>
This transformation should be followed by strength reduction after all of the