diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 16:35:42 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 16:35:42 +0000 |
commit | 963bdf3885b1fd1e2d2fdbf5a2faa0685b1ebdf7 (patch) | |
tree | f4c111700074981b9781182f17fd9710b14fc3b7 /llvm/docs/CommandGuide | |
parent | 8100d27982e4086f8a64a571831a62549241d85c (diff) | |
download | bcm5719-llvm-963bdf3885b1fd1e2d2fdbf5a2faa0685b1ebdf7.tar.gz bcm5719-llvm-963bdf3885b1fd1e2d2fdbf5a2faa0685b1ebdf7.zip |
Document the llvm-upgrade tool.
llvm-svn: 32124
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html index 349da742bef..8ef0bf5f225 100644 --- a/llvm/docs/CommandGuide/index.html +++ b/llvm/docs/CommandGuide/index.html @@ -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> - 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> - run a series of LLVM-to-LLVM optimizations on a bytecode file</li> |