[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Sun May 23 15:44:01 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.181 -> 1.182

---
Log message:

Fix a couple misplaced div tags


---
Diffs of the changes:  (+3 -3)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.181 llvm/docs/ReleaseNotes.html:1.182
--- llvm/docs/ReleaseNotes.html:1.181	Sun May 23 12:23:13 2004
+++ llvm/docs/ReleaseNotes.html	Sun May 23 15:42:08 2004
@@ -150,6 +150,7 @@
 <div class="doc_subsubsection">
 <a name="codequality">This release includes the following Code Quality
 improvements:</a>
+</div>
 
 <ol>
 <li>Fixed: <a href="http://llvm.cs.uiuc.edu/PR309">[vmcore] Code quality problem
@@ -224,13 +225,13 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR298">[llvmgcc] Variable length array
 indexing miscompiled</a></li>
 </ol>
-</div>
 
 
 <!--=========================================================================-->
 <div class="doc_subsubsection">
 <a name="misc">This release includes the following miscellaneous
 improvements:</a>
+</div>
 
 <p>Documentation Improvements</p>
 <ol>
@@ -238,7 +239,6 @@
 was added.</a></li>
 <li>All documentation was brought up to HTML 4.01 (Strict) level.</li>
 </ol>
-</div>
 
 
 <!-- *********************************************************************** -->
@@ -660,7 +660,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/23 17:23:13 $
+  Last modified: $Date: 2004/05/23 20:42:08 $
 </address>
 
 </body>





More information about the llvm-commits mailing list