Okay, over/back tags don't next.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40904 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-08-07 17:48:56 +00:00
parent 8431a1cbcc
commit d5d9e6f0c9

View 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.