summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/opt.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-01-26 21:26:54 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-01-26 21:26:54 +0000
commit2edea847fcbfe2688e8e1c06aeb22971a3d92fa2 (patch)
tree06623021f10422e22c74ab21493a649eeac67bc9 /llvm/docs/CommandGuide/opt.html
parent47b48bf951e154e656cef0da01ac090d3f6b02f0 (diff)
downloadbcm5719-llvm-2edea847fcbfe2688e8e1c06aeb22971a3d92fa2.tar.gz
bcm5719-llvm-2edea847fcbfe2688e8e1c06aeb22971a3d92fa2.zip
Clarified the extension to shared library objects.
llvm-svn: 10978
Diffstat (limited to 'llvm/docs/CommandGuide/opt.html')
-rw-r--r--llvm/docs/CommandGuide/opt.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/opt.html b/llvm/docs/CommandGuide/opt.html
index b205209794a..91650d66e83 100644
--- a/llvm/docs/CommandGuide/opt.html
+++ b/llvm/docs/CommandGuide/opt.html
@@ -88,14 +88,14 @@ writes its output to the standard output.
Quiet mode. Do not print messages on whether the program was modified.
<p>
- <li> -load &lt;plugin.so&gt;
+ <li> -load &lt;plugin&gt;
<br>
- Load the dynamic object &lt;plugin.so&gt;. This object should register new
+ Load the dynamic object &lt;plugin&gt;. This object should register new
optimization passes. Once loaded, the object will add new command line
options to enable various optimizations. To see the new complete list
of optimizations, use the -help and -load options together:
<p>
- <tt>opt -load &lt;plugin.so&gt; -help</tt>
+ <tt>opt -load &lt;plugin&gt; -help</tt>
<p>
<li> -p
OpenPOWER on IntegriCloud