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

Misha Brukman brukman at cs.uiuc.edu
Wed May 12 13:49:01 PDT 2004


Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.14 -> 1.15

---
Log message:

Made to be HTML-4.01 (Strict)-compliant.


---
Diffs of the changes:  (+17 -15)

Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.14 llvm/docs/CFEBuildInstrs.html:1.15
--- llvm/docs/CFEBuildInstrs.html:1.14	Fri Mar 12 12:02:17 2004
+++ llvm/docs/CFEBuildInstrs.html	Wed May 12 13:49:47 2004
@@ -1,8 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+                      "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-  <link rel="stylesheet" href="llvm.css" type="text/css" media="screen" />
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="stylesheet" href="llvm.css" type="text/css" media="screen">
   <title>Bootstrapping the LLVM C/C++ Front-End</title>
 </head>
 <body>
@@ -132,13 +133,13 @@
   <li><p><b>Fix 1:</b> If you have system header files that include
    inline assembly, you may have to modify them to remove the inline
    assembly, and install the modified versions in
-   <code>$CFEINSTALL/<i>target-triplet</i>/sys-include</code>.</p></li>
+   <code>$CFEINSTALL/<i>target-triplet</i>/sys-include</code>.</li>
 
   <li><b>Fix 2:</b> If you are building the C++ front-end on a CPU we
    haven't tried yet, you will probably have to edit the appropriate
    version of atomicity.h under
    <code>src/libstdc++-v3/config/cpu/<i>name-of-cpu</i>/atomicity.h</code>
-   and apply a patch so that it does not use inline assembly.</p></li>
+   and apply a patch so that it does not use inline assembly.</li>
  </ul>
 
  <p><b>Porting to a new architecture:</b> If you are porting the new front-end
@@ -197,9 +198,7 @@
   <li> compiling and running a "hello, LLVM" program in C and C++.</li>
   <li> running the tests under <tt>test/Programs</tt> using <code>gmake -C
    test/Programs</code></li>
- </ul>
-  </p>
-</li>
+ </ul></li>
 </ol>
 </div>
 
@@ -265,15 +264,18 @@
 </div>
 
 <!-- *********************************************************************** -->
-<!-- *********************************************************************** -->
 
 <hr>
-<div class="doc_footer">
-  <address>Brian Gaeke</address>
-  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
-  <br>
-  Last modified: $Date: 2004/03/12 18:02:17 $
-</div>
+<address>
+  <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>
+
+  Brian Gaeke<br>
+  <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2004/05/12 18:49:47 $
+</address>
 
 </body>
 </html>





More information about the llvm-commits mailing list