diff options
-rw-r--r-- | docs/Passes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Passes.html b/docs/Passes.html index c144e2ba63..b8d5fa1052 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -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 |