aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-03-06 22:38:29 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-03-06 22:38:29 +0000
commit499b2bad27307f9117656d58effb585f4744a44f (patch)
treed02623e1020f5f278617a5e65a99329bdd9b6b41 /docs/CommandGuide
parent4e644dd2c2d88fe87bc036ec79f9c7b5cd191b54 (diff)
Add simple spiller.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12188 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llc.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html
index 87af128504..08cae51429 100644
--- a/docs/CommandGuide/llc.html
+++ b/docs/CommandGuide/llc.html
@@ -164,6 +164,9 @@ OPTIONS
Valid spillers are:
<p>
<dl compact>
+ <dt> simple </dt>
+ <dd>Simple spiller</dd>
+
<dt> local </dt>
<dd>Local spiller</dd>
</dl>