Document the llvm-upgrade tool.

llvm-svn: 32124
This commit is contained in:
Reid Spencer 2006-12-02 16:35:42 +00:00
parent 8100d27982
commit 963bdf3885
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ options) arguments to the tool you are interested in.</p>
<li><a href="html/llvm-dis.html"><b>llvm-dis</b></a> - <li><a href="html/llvm-dis.html"><b>llvm-dis</b></a> -
disassemble a bytecode file into a human-readable .ll file</li> disassemble a bytecode file into a human-readable .ll file</li>
<li><a href="html/llvm-upgrade.html"><b>llvm-upgrade</b></a> -
upgrade LLVM assembly from previous version</li>
<li><a href="html/opt.html"><b>opt</b></a> - <li><a href="html/opt.html"><b>opt</b></a> -
run a series of LLVM-to-LLVM optimizations on a bytecode file</li> run a series of LLVM-to-LLVM optimizations on a bytecode file</li>