diff options
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/opt.pod | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/CommandGuide/opt.pod b/docs/CommandGuide/opt.pod index 16d594fd64..14dfa885f6 100644 --- a/docs/CommandGuide/opt.pod +++ b/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> |