diff options
| author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-03-06 22:38:29 +0000 |
|---|---|---|
| committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-03-06 22:38:29 +0000 |
| commit | 79850121ad198296f71c5ad26602eba516610bf1 (patch) | |
| tree | 75bfc47ac299749860d0a7bf0ec558c09c268d83 /llvm/docs/CommandGuide | |
| parent | 36fd868f086a3a01a5256ae7bf3ae9536e452df0 (diff) | |
| download | bcm5719-llvm-79850121ad198296f71c5ad26602eba516610bf1.tar.gz bcm5719-llvm-79850121ad198296f71c5ad26602eba516610bf1.zip | |
Add simple spiller.
llvm-svn: 12188
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llc.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llc.html b/llvm/docs/CommandGuide/llc.html index 87af1285049..08cae51429c 100644 --- a/llvm/docs/CommandGuide/llc.html +++ b/llvm/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> |

