aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-03-06 22:27:41 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-03-06 22:27:41 +0000
commit4e644dd2c2d88fe87bc036ec79f9c7b5cd191b54 (patch)
tree91b0588d12af95e3c8df2bc81d4890317b972fa8
parent08f64c3321e9103d7a9a29baf0158cfced4cadc1 (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.html2
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=&lt;ra&gt;
<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>