From 89157a27dca7d617894273ddcb7a68ddaeaa6266 Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Tue, 2 Mar 2004 03:36:10 +0000 Subject: [PATCH] Make into
(definition list term). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12072 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llc.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html index 7edcc8ccf24..f1e7be3df40 100644 --- a/docs/CommandGuide/llc.html +++ b/docs/CommandGuide/llc.html @@ -90,13 +90,13 @@ OPTIONS architectures are:
- x86 +
x86
IA-32 (Pentium and above)
- sparc +
sparc
SPARC V9
- c +
c
Emit C code

@@ -144,16 +144,17 @@ OPTIONS
Specify the register allocator to use. The default is simple. Valid register allocators are: +

- simple +
simple
Very simple register allocator
- local +
local
Local register allocator
- linearscan +
linearscan
Linear scan global register allocator (experimental)
-

+

  • -spiller=<sp>
    @@ -161,11 +162,11 @@ OPTIONS Currently this option is used by the linear scan register allocator. The default is local. Valid spillers are: +

    - local +
    local
    Local spiller
    -