summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-01 09:22:49 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-01 09:22:49 +0000
commit0a4e8b3bc07df4047fa1c62fed8c34bcd6b4b635 (patch)
tree603c4a675d117f2bb13a117a216c45ff97d82bc4 /docs
parentcbadf80a878b16e0e0a85e6cc8b7667ff8dc3fca (diff)
downloadllvm-0a4e8b3bc07df4047fa1c62fed8c34bcd6b4b635.tar.gz
llvm-0a4e8b3bc07df4047fa1c62fed8c34bcd6b4b635.tar.bz2
llvm-0a4e8b3bc07df4047fa1c62fed8c34bcd6b4b635.tar.xz
HTML 4.01 Strict compliance.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17402 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/UsingLibraries.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html
index 9494db6f08..529d7c56dc 100644
--- a/docs/UsingLibraries.html
+++ b/docs/UsingLibraries.html
@@ -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>