[llvm-commits] CVS: llvm/docs/CommandGuide/llc.html
Alkis Evlogimenos
alkis at cs.uiuc.edu
Sun Mar 7 17:25:37 PST 2004
Changes in directory llvm/docs/CommandGuide:
llc.html updated: 1.12 -> 1.13
---
Log message:
Add simple spiller.
---
Diffs of the changes: (+3 -0)
Index: llvm/docs/CommandGuide/llc.html
diff -u llvm/docs/CommandGuide/llc.html:1.12 llvm/docs/CommandGuide/llc.html:1.13
--- llvm/docs/CommandGuide/llc.html:1.12 Sat Mar 6 16:27:41 2004
+++ llvm/docs/CommandGuide/llc.html Sat Mar 6 16:38:29 2004
@@ -164,6 +164,9 @@
Valid spillers are:
<p>
<dl compact>
+ <dt> simple </dt>
+ <dd>Simple spiller</dd>
+
<dt> local </dt>
<dd>Local spiller</dd>
</dl>
More information about the llvm-commits
mailing list