aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-19 18:08:57 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-19 18:08:57 +0000
commitf101788e40d519ae22d026a92451806b5fd2981f (patch)
tree7a7dc470e5c0100b3ddf47ffa90542cae895a8f5
parent51b2ab8ea27102436000e52cb36833599cd13311 (diff)
downloadexternal_llvm-f101788e40d519ae22d026a92451806b5fd2981f.zip
external_llvm-f101788e40d519ae22d026a92451806b5fd2981f.tar.gz
external_llvm-f101788e40d519ae22d026a92451806b5fd2981f.tar.bz2
Tweak -plugin description to match bugpoint.html
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9262 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CommandGuide/opt.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/opt.html b/docs/CommandGuide/opt.html
index e71c24c..b205209 100644
--- a/docs/CommandGuide/opt.html
+++ b/docs/CommandGuide/opt.html
@@ -90,7 +90,7 @@ writes its output to the standard output.
<li> -load &lt;plugin.so&gt;
<br>
- Load the dynamic object plugin.so. This object should register new
+ Load the dynamic object &lt;plugin.so&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: