diff options
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llc.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html index 3671042764..4583b11fc6 100644 --- a/docs/CommandGuide/llc.html +++ b/docs/CommandGuide/llc.html @@ -150,6 +150,19 @@ OPTIONS <di> local <dd>Local register allocator</dd> + + <di> linearscan + <dd>Linear scan global register allocator (experimental)</dd> + + <li>-spiller=<sp> + <br> + Specify the spiller to use for register allocators that support it. + Currently this option is used by the linear scan register + allocator. The default is <i>local</i>. + Valid spillers are: + <dl compact> + <di> local + <dd>Local spiller</dd> </dl> <p> |