Okay, over/back tags don't next.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 7 Aug 2007 17:48:56 +0000 (17:48 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 7 Aug 2007 17:48:56 +0000 (17:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40904 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/lli.pod

index acfa479649be5ef72d1118f15f78c6c19e4e2dc7..d63b23bc17c67556463031ad9f82dcc4cc0fd350 100644 (file)
@@ -121,13 +121,15 @@ equivalent hardware instructions.
 
 =head1 CODE GENERATION OPTIONS
 
-=over
+=over 4
 
 =item B<-code-model>=I<model>
 
 Choose the code model from:
 
-=over 2
+=back 
+
+=over 8
 
 =item I<default>: Target default code model
 
@@ -141,6 +143,8 @@ Choose the code model from:
 
 =back
 
+=over 4
+
 =item B<-disable-post-RA-scheduler>
 
 Disable scheduling after register allocation.
@@ -168,7 +172,9 @@ Don't place zero-initialized symbols into the BSS section.
 
 Instruction schedulers available (before register allocation):
 
-=over 2
+=back
+
+=over 8
 
 =item I<=default>: Best scheduler for the target 
 
@@ -186,11 +192,15 @@ Instruction schedulers available (before register allocation):
 
 =back
 
+=over 4
+
 =item B<-regalloc>=I<allocator>
 
 Register allocator to use: (default = linearscan)
 
-=over 2
+=back
+
+=over 8
 
 =item I<=bigblock>: Big-block register allocator 
 
@@ -200,11 +210,15 @@ Register allocator to use: (default = linearscan)
 
 =back
 
+=over 4
+
 =item B<-relocation-model>=I<model> 
 
 Choose relocation model from:
 
-=over 2
+=back 
+
+=over 8
 
 =item I<=default>: Target default relocation model 
 
@@ -214,11 +228,15 @@ Choose relocation model from:
 
 =back
 
+=over 4
+
 =item B<-spiller>
 
 Spiller to use: (default: local) 
 
-=over 2
+=back
+
+=over 8
 
 =item I<=simple>: simple spiller 
 
@@ -226,11 +244,15 @@ Spiller to use: (default: local)
 
 =back
 
+=over  4
+
 =item B<-x86-asm-syntax>=I<syntax>
 
 Choose style of code to emit from X86 backend: 
 
-=over 2
+=back
+
+=over 8
 
 =item I<=att>: Emit AT&T-style assembly 
 
@@ -238,8 +260,6 @@ Choose style of code to emit from X86 backend:
 
 =back
 
-=back
-
 =head1 EXIT STATUS
 
 If B<lli> fails to load the program, it will exit with an exit code of 1.