[llvm-commits] CVS: llvm/docs/CommandGuide/opt.pod

Reid Spencer reid at x10sys.com
Fri Feb 2 16:32:39 PST 2007



Changes in directory llvm/docs/CommandGuide:

opt.pod updated: 1.5 -> 1.6
---
Log message:

Format the examples correctly.


---
Diffs of the changes:  (+2 -6)

 opt.pod |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)


Index: llvm/docs/CommandGuide/opt.pod
diff -u llvm/docs/CommandGuide/opt.pod:1.5 llvm/docs/CommandGuide/opt.pod:1.6
--- llvm/docs/CommandGuide/opt.pod:1.5	Fri Feb  2 18:21:56 2007
+++ llvm/docs/CommandGuide/opt.pod	Fri Feb  2 18:32:23 2007
@@ -67,7 +67,7 @@
 
 =over
 
-B<llvm-as < /dev/null | opt -std-compile-opts -disable-output -debug-pass=Arguments>
+   llvm-as < /dev/null | opt -std-compile-opts -disable-output -debug-pass=Arguments
 
 =back
 
@@ -122,11 +122,7 @@
 enable various optimizations or analyses.  To see the new complete list of 
 optimizations, use the B<-help> and B<-load> options together. For example:
 
-=over
-
-B<opt -load>=I<plugin> B<-help>
-
-=back
+   opt -load=plugin.so -help
 
 =item B<-p>
 






More information about the llvm-commits mailing list