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

Misha Brukman brukman at cs.uiuc.edu
Wed Mar 10 19:05:40 PST 2004


Changes in directory llvm/docs/CommandGuide:

llc.html updated: 1.6.6.1 -> 1.6.6.2

---
Log message:

Merge from trunk.

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

Index: llvm/docs/CommandGuide/llc.html
diff -u llvm/docs/CommandGuide/llc.html:1.6.6.1 llvm/docs/CommandGuide/llc.html:1.6.6.2
--- llvm/docs/CommandGuide/llc.html:1.6.6.1	Mon Mar  1 17:56:01 2004
+++ llvm/docs/CommandGuide/llc.html	Wed Mar 10 19:04:46 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>
@@ -142,18 +142,19 @@
 
 	<li>-regalloc=<ra>
 	<br>
-        Specify the register allocator to use. The default is <i>simple</i>.
+        Specify the register allocator to use. The default is <i>local</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,14 @@
         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> simple </dt>
+		<dd>Simple spiller</dd>
+
+		<dt> local </dt>
 		<dd>Local spiller</dd>
 	</dl>
-	<p>
 
 </ul>
 





More information about the llvm-commits mailing list