summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-03 00:32:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-03 00:32:23 +0000
commitdc83457a785607d2680b6600d942ad4a20b9c990 (patch)
treeb65adba1446bcb454a80d296cc8b823a3aebff32 /llvm/docs/CommandGuide
parentf3293bad2efcef6b2e7d901c09c53cdc189eb530 (diff)
downloadbcm5719-llvm-dc83457a785607d2680b6600d942ad4a20b9c990.tar.gz
bcm5719-llvm-dc83457a785607d2680b6600d942ad4a20b9c990.zip
Format the examples correctly.
llvm-svn: 33804
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/opt.pod8
1 files changed, 2 insertions, 6 deletions
diff --git a/llvm/docs/CommandGuide/opt.pod b/llvm/docs/CommandGuide/opt.pod
index 16d594fd641..14dfa885f6f 100644
--- a/llvm/docs/CommandGuide/opt.pod
+++ b/llvm/docs/CommandGuide/opt.pod
@@ -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>
OpenPOWER on IntegriCloud