Fix validation problems, which were somewhat ironically in the "valid html" button...
authorChris Lattner <sabre@nondot.org>
Tue, 23 Oct 2007 06:30:50 +0000 (06:30 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Oct 2007 06:30:50 +0000 (06:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43247 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl1.html
docs/tutorial/LangImpl2.html
docs/tutorial/LangImpl3.html
docs/tutorial/LangImpl4.html

index a699ed6f5e3f1b1d41eb2336cf5109bb8216c23a..4a2571514e08cad37a2d97727b9b5863eb3dfb76 100644 (file)
@@ -253,7 +253,7 @@ so that you can use the lexer and parser together.
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
+  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="mailto:sabre@nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
index d707e328fd9c4259f6423f0badf7049c259795d9..340a6193a99ca7b35524c04f7ffd5c60853fda9b 100644 (file)
@@ -1186,7 +1186,7 @@ int main() {
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
+  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="mailto:sabre@nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
index e110bea799f1346d2a830eade583df32865b8662..b1f237c2c4a4c9371b21005009e5a69bf03d531b 100644 (file)
@@ -534,7 +534,7 @@ ready&gt; <b>cos(1.234);</b>
 ready&gt; Read top-level expression:
 define double @""() {
 entry:
-        %calltmp = call double @cos( double 1.234000e+00 )              ; <double> [#uses=1]
+        %calltmp = call double @cos( double 1.234000e+00 )
         ret double %calltmp
 }
 </pre>
@@ -1180,7 +1180,7 @@ int main() {
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
+  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="mailto:sabre@nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
index 358ec69ad1758538b671aa67d30269a4e268b26d..154b462e499cfcff5af1e93e1c4ea240345aea7e 100644 (file)
@@ -68,7 +68,7 @@ public:
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
+  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="mailto:sabre@nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>