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> _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits