[llvm-commits] [llvm] r40902 - /llvm/trunk/docs/CommandGuide/lli.pod

Reid Spencer rspencer at reidspencer.com
Tue Aug 7 10:43:48 PDT 2007


Author: reid
Date: Tue Aug  7 12:43:48 2007
New Revision: 40902

URL: http://llvm.org/viewvc/llvm-project?rev=40902&view=rev
Log:
Try an indent level for better formatting.
Add the -version option.

Modified:
    llvm/trunk/docs/CommandGuide/lli.pod

Modified: llvm/trunk/docs/CommandGuide/lli.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/lli.pod?rev=40902&r1=40901&r2=40902&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/lli.pod (original)
+++ llvm/trunk/docs/CommandGuide/lli.pod Tue Aug  7 12:43:48 2007
@@ -54,6 +54,10 @@
 Record the amount of time needed for each code-generation pass and print it to
 standard error.
 
+=item B<-version>
+
+Print out the version of B<lli> and exit without doing anything else.
+
 =back 
 
 =head1 TARGET OPTIONS
@@ -123,14 +127,16 @@
 
 Choose the code model from:
 
-=over
+=over 2
 
 =item I<default>: Target default code model
 
 =item I<small>: Small code model
 
 =item I<kernel>: Kernel code model
+
 =item I<medium>: Medium code model
+
 =item I<large>: Large code model
 
 =back
@@ -162,7 +168,7 @@
 
 Instruction schedulers available (before register allocation):
 
-=over
+=over 2
 
 =item I<=default>: Best scheduler for the target 
 
@@ -184,7 +190,7 @@
 
 Register allocator to use: (default = linearscan)
 
-=over
+=over 2
 
 =item I<=bigblock>: Big-block register allocator 
 
@@ -198,7 +204,7 @@
 
 Choose relocation model from:
 
-=over
+=over 2
 
 =item I<=default>: Target default relocation model 
 
@@ -212,7 +218,7 @@
 
 Spiller to use: (default: local) 
 
-=over
+=over 2
 
 =item I<=simple>: simple spiller 
 
@@ -224,7 +230,7 @@
 
 Choose style of code to emit from X86 backend: 
 
-=over
+=over 2
 
 =item I<=att>: Emit AT&T-style assembly 
 





More information about the llvm-commits mailing list