Document the llvm-upgrade tool.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 2 Dec 2006 16:35:42 +0000 (16:35 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 2 Dec 2006 16:35:42 +0000 (16:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32124 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/index.html

index 349da742befc6b4f9a7e39aafa2cf0beab38b065..8ef0bf5f225bc74545b363943a17575badb80f5d 100644 (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> -
     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>