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

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Jul 21 01:24:47 PDT 2004



Changes in directory llvm/docs/CommandGuide:

llc.pod updated: 1.3 -> 1.4

---
Log message:

Add Iterative scan register allocator.


---
Diffs of the changes:  (+4 -0)

Index: llvm/docs/CommandGuide/llc.pod
diff -u llvm/docs/CommandGuide/llc.pod:1.3 llvm/docs/CommandGuide/llc.pod:1.4
--- llvm/docs/CommandGuide/llc.pod:1.3	Wed Jul 21 03:18:50 2004
+++ llvm/docs/CommandGuide/llc.pod	Wed Jul 21 03:24:35 2004
@@ -141,6 +141,10 @@
 
 Linear scan global register allocator
 
+=item I<iterativerscan>
+
+Iterative scan global register allocator
+
 =back
 
 =item B<--spiller>=I<spiller>





More information about the llvm-commits mailing list