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

Alkis Evlogimenos alkis at cs.uiuc.edu
Sun Mar 7 20:40:35 PST 2004


Changes in directory llvm/docs/CommandGuide:

llc.html updated: 1.11 -> 1.12

---
Log message:

The default register allocator is local not simple.


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

Index: llvm/docs/CommandGuide/llc.html
diff -u llvm/docs/CommandGuide/llc.html:1.11 llvm/docs/CommandGuide/llc.html:1.12
--- llvm/docs/CommandGuide/llc.html:1.11	Mon Mar  1 21:36:10 2004
+++ llvm/docs/CommandGuide/llc.html	Sat Mar  6 16:27:41 2004
@@ -142,7 +142,7 @@
 
 	<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>





More information about the llvm-commits mailing list