[llvm-commits] [llvm] r45566 - /llvm/trunk/docs/LangRef.html

Chris Lattner sabre at nondot.org
Thu Jan 3 20:34:14 PST 2008


Author: lattner
Date: Thu Jan  3 22:34:14 2008
New Revision: 45566

URL: http://llvm.org/viewvc/llvm-project?rev=45566&view=rev
Log:
fix nesting issues.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=45566&r1=45565&r2=45566&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Thu Jan  3 22:34:14 2008
@@ -1032,10 +1032,13 @@
 
 <!-- ======================================================================= -->
 <div class="doc_subsection"> <a name="t_primitive">Primitive Types</a> </div>
+
 <div class="doc_text">
 <p>The primitive types are the fundamental building blocks of the LLVM
 system.</p>
 
+</div>
+
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection"> <a name="t_floating">Floating Point Types</a> </div>
 
@@ -5262,6 +5265,5 @@
   Last modified: $Date$
 </address>
 
-</div>
 </body>
 </html>





More information about the llvm-commits mailing list