1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Format the examples correctly.

llvm-svn: 33804
This commit is contained in:
Reid Spencer 2007-02-03 00:32:23 +00:00
parent c2d5d57ce2
commit 77faddc637

View File

@ -67,7 +67,7 @@ of options available, use the following command:
=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 @@ or analysis passes. Once loaded, the object will add new command line options to
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>