[llvm-commits] CVS: llvm/docs/CommandGuide/llc.html

Alkis Evlogimenos alkis at cs.uiuc.edu
Mon Mar 1 21:39:15 PST 2004


Changes in directory llvm/docs/CommandGuide:

llc.html updated: 1.10 -> 1.11

---
Log message:

Make <di> into <dt> (definition list term).


---
Diffs of the changes:  (+10 -9)

Index: llvm/docs/CommandGuide/llc.html
diff -u llvm/docs/CommandGuide/llc.html:1.10 llvm/docs/CommandGuide/llc.html:1.11
--- llvm/docs/CommandGuide/llc.html:1.10	Mon Mar  1 17:25:38 2004
+++ llvm/docs/CommandGuide/llc.html	Mon Mar  1 21:36:10 2004
@@ -90,13 +90,13 @@
 	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 @@
 	<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=<sp>
 	<br>
@@ -161,11 +162,11 @@
         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>
 





More information about the llvm-commits mailing list