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

Reid Spencer reid at x10sys.com
Mon Nov 1 01:22:59 PST 2004



Changes in directory llvm/docs:

UsingLibraries.html updated: 1.10 -> 1.11
---
Log message:

HTML 4.01 Strict compliance.


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

Index: llvm/docs/UsingLibraries.html
diff -u llvm/docs/UsingLibraries.html:1.10 llvm/docs/UsingLibraries.html:1.11
--- llvm/docs/UsingLibraries.html:1.10	Mon Nov  1 03:21:32 2004
+++ llvm/docs/UsingLibraries.html	Mon Nov  1 03:22:49 2004
@@ -70,7 +70,7 @@
   <p>The table below categorizes each library
 <table style="text-align:left">
   <tr><th>Library</th><th>Forms</th><th>Description</th></tr>
-  <tr><th colspan=3">Core Libraries</th></tr>
+  <tr><th colspan="3">Core Libraries</th></tr>
   <tr><td>LLVMAsmParser</td><td><tt>.o</tt></td>
     <td>LLVM Assembly Parsing</td></tr>
   <tr><td>LLVMBCReader</td><td><tt>.o</tt></td>
@@ -86,7 +86,7 @@
   <tr><td>LLVMCore</td><td><tt>.o</tt></td>
     <td>LLVM Core IR</td></tr>
 
-  <tr><th colspan=3">Analysis Libraries</th></tr>
+  <tr><th colspan="3">Analysis Libraries</th></tr>
   <tr><td>LLVMAnalysis</td><td><tt>.a .o</tt></td>
     <td>Various analysis passes.</td></tr>
   <tr><td>LLVMDataStructure</td><td><tt>.a .o</tt></td>
@@ -94,7 +94,7 @@
   <tr><td>LLVMipa</td><td><tt>.a .o</tt></td>
     <td>Inter-procedural analysis passes.</td></tr>
 
-  <tr><th colspan=3">Transformation Libraries</th></tr>
+  <tr><th colspan="3">Transformation Libraries</th></tr>
   <tr><td>LLVMInstrumentation</td><td><tt>.a .o</tt></td>
     <td>Instrumentation passes.</td></tr>
   <tr><td>LLVMipo</td><td><tt>.a .o</tt></td>
@@ -108,11 +108,11 @@
   <tr><td>LLVMProfilePaths</td><td><tt>.o</tt></td>
     <td>Profile paths for instrumentation.</td></tr>
 
-  <tr><th colspan=3">Code Generation Libraries </th></tr>
+  <tr><th colspan="3">Code Generation Libraries </th></tr>
   <tr><td>LLVMCodeGen</td><td><tt>.o</tt></td>
     <td>Native code generation infrastructure</td></tr>
 
-  <tr><th colspan=3">Target Libraries</th></tr>
+  <tr><th colspan="3">Target Libraries</th></tr>
   <tr><td>LLVMCBackend</td><td><tt>.o</tt></td>
     <td>'C' language code generator.</td></tr>
   <tr><td>LLVMPowerPC</td><td><tt>.o</tt></td>
@@ -136,7 +136,7 @@
   <tr><td>LLVMX86</td><td><tt>.o</tt></td>
     <td>Intel x86 code generation backend</td></tr>
 
-  <tr><th colspan=3">Runtime Libraries</th></tr>
+  <tr><th colspan="3">Runtime Libraries</th></tr>
   <tr><td>LLVMInterpreter</td><td><tt>.o</tt></td>
     <td>Bytecode Interpreter</td></tr>
   <tr><td>LLVMJIT</td><td><tt>.o</tt></td>
@@ -182,7 +182,7 @@
   <a href="mailto:rspencer at x10sys.com">Reid Spencer</a>
 </address>
 <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> 
-<br>Last modified: $Date: 2004/11/01 09:21:32 $ </div>
+<br>Last modified: $Date: 2004/11/01 09:22:49 $ </div>
 </body>
 </html>
 <!-- vim: sw=2 ts=2 ai






More information about the llvm-commits mailing list