[llvm-commits] [llvm] r66688 - in /llvm/trunk/docs/tutorial: LangImpl4.html OCamlLangImpl1.html

Gabor Greif ggreif at gmail.com
Wed Mar 11 13:04:08 PDT 2009


Author: ggreif
Date: Wed Mar 11 15:04:08 2009
New Revision: 66688

URL: http://llvm.org/viewvc/llvm-project?rev=66688&view=rev
Log:
fix validator errors

Modified:
    llvm/trunk/docs/tutorial/LangImpl4.html
    llvm/trunk/docs/tutorial/OCamlLangImpl1.html

Modified: llvm/trunk/docs/tutorial/LangImpl4.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl4.html?rev=66688&r1=66687&r2=66688&view=diff

==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl4.html (original)
+++ llvm/trunk/docs/tutorial/LangImpl4.html Wed Mar 11 15:04:08 2009
@@ -87,7 +87,7 @@
 </pre>
 </div>
 
-Constant folding, as seen above, in particular, is a very common and very
+<p>Constant folding, as seen above, in particular, is a very common and very
 important optimization: so much so that many language implementors implement
 constant folding support in their AST representation.</p>
 

Modified: llvm/trunk/docs/tutorial/OCamlLangImpl1.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl1.html?rev=66688&r1=66687&r2=66688&view=diff

==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl1.html (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl1.html Wed Mar 11 15:04:08 2009
@@ -277,7 +277,7 @@
 </pre>
 </div>
 
-Numeric values are similar:</p>
+<p>Numeric values are similar:</p>
 
 <div class="doc_code">
 <pre>





More information about the llvm-commits mailing list