summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
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
commite4cea8cd3407b93b4ff80ad2db97f16743809008 (patch)
tree555b6d0dd46a5c2971937a13195d107e883e98c8 /llvm/docs/CommandGuide
parent70e81e23209b578420efcbb151a4e6331e3bd80e (diff)
downloadbcm5719-llvm-e4cea8cd3407b93b4ff80ad2db97f16743809008.tar.gz
bcm5719-llvm-e4cea8cd3407b93b4ff80ad2db97f16743809008.zip
Tweak -plugin description to match bugpoint.html
llvm-svn: 9262
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/opt.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/opt.html b/llvm/docs/CommandGuide/opt.html
index e71c24c5998..b205209794a 100644
--- a/llvm/docs/CommandGuide/opt.html
+++ b/llvm/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:
OpenPOWER on IntegriCloud