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 | 36fd868f086a3a01a5256ae7bf3ae9536e452df0 (patch) | |
| tree | 0f9cdac390d84111298d78aaf68dbcefcd848dc4 | |
| parent | 4e0669cef039119bc9c7b06313a62cf9d4668534 (diff) | |
| download | bcm5719-llvm-36fd868f086a3a01a5256ae7bf3ae9536e452df0.tar.gz bcm5719-llvm-36fd868f086a3a01a5256ae7bf3ae9536e452df0.zip | |
The default register allocator is local not simple.
llvm-svn: 12187
| -rw-r--r-- | llvm/docs/CommandGuide/llc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llc.html b/llvm/docs/CommandGuide/llc.html index f1e7be3df40..87af1285049 100644 --- a/llvm/docs/CommandGuide/llc.html +++ b/llvm/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> |

