commit | 499b2bad27307f9117656d58effb585f4744a44f | [log] [tgz] |
---|---|---|
author | Alkis Evlogimenos <alkis@evlogimenos.com> | Sat Mar 06 22:38:29 2004 +0000 |
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | Sat Mar 06 22:38:29 2004 +0000 |
tree | d02623e1020f5f278617a5e65a99329bdd9b6b41 | |
parent | 4e644dd2c2d88fe87bc036ec79f9c7b5cd191b54 [diff] [blame] |
Add simple spiller. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12188 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html index 87af128..08cae51 100644 --- a/docs/CommandGuide/llc.html +++ b/docs/CommandGuide/llc.html
@@ -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>