diff options
author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-03-06 22:27:41 +0000 |
---|---|---|
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-03-06 22:27:41 +0000 |
commit | 4e644dd2c2d88fe87bc036ec79f9c7b5cd191b54 (patch) | |
tree | 91b0588d12af95e3c8df2bc81d4890317b972fa8 | |
parent | 08f64c3321e9103d7a9a29baf0158cfced4cadc1 (diff) |
The default register allocator is local not simple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12187 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/CommandGuide/llc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html index f1e7be3df4..87af128504 100644 --- a/docs/CommandGuide/llc.html +++ b/docs/CommandGuide/llc.html @@ -142,7 +142,7 @@ OPTIONS <li>-regalloc=<ra> <br> - Specify the register allocator to use. The default is <i>simple</i>. + Specify the register allocator to use. The default is <i>local</i>. Valid register allocators are: <p> <dl compact> |