Fix a validation error.
authorGordon Henriksen <gordonhenriksen@mac.com>
Sun, 4 Nov 2007 16:17:00 +0000 (16:17 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Sun, 4 Nov 2007 16:17:00 +0000 (16:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43675 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Passes.html

index c144e2ba63d3368a05b7f453e0bd19f8a0b835a5..b8d5fa105234f0433cd0c7d3996d9427605d2cec 100644 (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