summaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llc.pod
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-07-21 08:24:35 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-07-21 08:24:35 +0000
commit910d0d6066f55fba7c67f2b42dd7eb4f971ca49a (patch)
treed3b2517749013ee29a476da2025e0d83524b0e1f /docs/CommandGuide/llc.pod
parentc8dec2c23e7b31e4f7a40d686d95513a442a0b6e (diff)
downloadllvm-910d0d6066f55fba7c67f2b42dd7eb4f971ca49a.tar.gz
llvm-910d0d6066f55fba7c67f2b42dd7eb4f971ca49a.tar.bz2
llvm-910d0d6066f55fba7c67f2b42dd7eb4f971ca49a.tar.xz
Add Iterative scan register allocator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llc.pod')
-rw-r--r--docs/CommandGuide/llc.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CommandGuide/llc.pod b/docs/CommandGuide/llc.pod
index 1f202aab0c..c1b451ca70 100644
--- a/docs/CommandGuide/llc.pod
+++ b/docs/CommandGuide/llc.pod
@@ -141,6 +141,10 @@ Local register allocator
Linear scan global register allocator
+=item I<iterativerscan>
+
+Iterative scan global register allocator
+
=back
=item B<--spiller>=I<spiller>