summaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/llc.html
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-03-02 03:36:10 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-03-02 03:36:10 +0000
commit89157a27dca7d617894273ddcb7a68ddaeaa6266 (patch)
treecb48bd871b9952f5bc6c5d6484112542918d9dc1 /docs/CommandGuide/llc.html
parentab5c6003d23c19d23bbff1054900d208c55e0188 (diff)
downloadexternal_llvm-89157a27dca7d617894273ddcb7a68ddaeaa6266.zip
external_llvm-89157a27dca7d617894273ddcb7a68ddaeaa6266.tar.gz
external_llvm-89157a27dca7d617894273ddcb7a68ddaeaa6266.tar.bz2
Make <di> into <dt> (definition list term).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llc.html')
-rw-r--r--docs/CommandGuide/llc.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html
index 7edcc8c..f1e7be3 100644
--- a/docs/CommandGuide/llc.html
+++ b/docs/CommandGuide/llc.html
@@ -90,13 +90,13 @@ OPTIONS
architectures are:
<dl compact>
- <di> x86
+ <dt> x86 </dt>
<dd>IA-32 (Pentium and above)</dd>
- <di> sparc
+ <dt> sparc </dt>
<dd>SPARC V9</dd>
- <di> c
+ <dt> c </dt>
<dd>Emit C code</dd>
</dl>
<p>
@@ -144,16 +144,17 @@ OPTIONS
<br>
Specify the register allocator to use. The default is <i>simple</i>.
Valid register allocators are:
+ <p>
<dl compact>
- <di> simple
+ <dt> simple </dt>
<dd>Very simple register allocator</dd>
- <di> local
+ <dt> local </dt>
<dd>Local register allocator</dd>
- <di> linearscan
+ <dt> linearscan </dt>
<dd>Linear scan global register allocator (experimental)</dd>
- <p>
+ </dl>
<li>-spiller=&lt;sp&gt;
<br>
@@ -161,11 +162,11 @@ OPTIONS
Currently this option is used by the linear scan register
allocator. The default is <i>local</i>.
Valid spillers are:
+ <p>
<dl compact>
- <di> local
+ <dt> local </dt>
<dd>Local spiller</dd>
</dl>
- <p>
</ul>