1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Tweak -plugin description to match bugpoint.html

llvm-svn: 9262
This commit is contained in:
Brian Gaeke 2003-10-19 18:08:57 +00:00
parent 2008cfe5ed
commit 30757a00b5

View File

@ -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: