diff options
| author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-03-02 03:36:10 +0000 |
|---|---|---|
| committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-03-02 03:36:10 +0000 |
| commit | cb8937197e25531f5447c4b1ef38ace9ba15508d (patch) | |
| tree | 76e7d4e8e4732ff577a5a951960e59e2432be127 /llvm/docs/CommandGuide | |
| parent | c566ca36a12021c45a2d994f23e58a16462d4b4d (diff) | |
| download | bcm5719-llvm-cb8937197e25531f5447c4b1ef38ace9ba15508d.tar.gz bcm5719-llvm-cb8937197e25531f5447c4b1ef38ace9ba15508d.zip | |
Make <di> into <dt> (definition list term).
llvm-svn: 12072
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llc.html | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/llvm/docs/CommandGuide/llc.html b/llvm/docs/CommandGuide/llc.html index 7edcc8ccf24..f1e7be3df40 100644 --- a/llvm/docs/CommandGuide/llc.html +++ b/llvm/docs/CommandGuide/llc.html @@ -90,13 +90,13 @@ OPTIONS architectures are: <dl compact> - <di> x86 + <dt> x86 </dt> <dd>IA-32 (Pentium and above)</dd> - <di> sparc + <dt> sparc </dt> <dd>SPARC V9</dd> - <di> c + <dt> c </dt> <dd>Emit C code</dd> </dl> <p> @@ -144,16 +144,17 @@ OPTIONS <br> Specify the register allocator to use. The default is <i>simple</i>. Valid register allocators are: + <p> <dl compact> - <di> simple + <dt> simple </dt> <dd>Very simple register allocator</dd> - <di> local + <dt> local </dt> <dd>Local register allocator</dd> - <di> linearscan + <dt> linearscan </dt> <dd>Linear scan global register allocator (experimental)</dd> - <p> + </dl> <li>-spiller=<sp> <br> @@ -161,11 +162,11 @@ OPTIONS Currently this option is used by the linear scan register allocator. The default is <i>local</i>. Valid spillers are: + <p> <dl compact> - <di> local + <dt> local </dt> <dd>Local spiller</dd> </dl> - <p> </ul> |

