diff options
Diffstat (limited to 'docs/CommandGuide/index.html')
-rw-r--r-- | docs/CommandGuide/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 349da742be..8ef0bf5f22 100644 --- a/docs/CommandGuide/index.html +++ b/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> |