[llvm-commits] [llvm] r43675 - /llvm/trunk/docs/Passes.html

Gordon Henriksen gordonhenriksen at mac.com
Sun Nov 4 08:17:00 PST 2007


Author: gordon
Date: Sun Nov  4 10:17:00 2007
New Revision: 43675

URL: http://llvm.org/viewvc/llvm-project?rev=43675&view=rev
Log:
Fix a validation error.

Modified:
    llvm/trunk/docs/Passes.html

Modified: llvm/trunk/docs/Passes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Passes.html?rev=43675&r1=43674&r2=43675&view=diff

==============================================================================
--- llvm/trunk/docs/Passes.html (original)
+++ llvm/trunk/docs/Passes.html Sun Nov  4 10:17:00 2007
@@ -989,7 +989,7 @@
         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





More information about the llvm-commits mailing list