Fix spelling and grammar in a comment.
[oota-llvm.git] / docs / CommandGuide / index.html
index 5cac65cd0b723fbc01583f2f73775bd0c3856ae9..a411fea68bf4b28947552f04b7d267b14d31acc4 100644 (file)
@@ -38,9 +38,6 @@ options) arguments to the tool you are interested in.</p>
 <li><a href="/cmds/llvm-dis.html"><b>llvm-dis</b></a> -
     disassemble a bytecode file into a human-readable .ll file</li>
 
-<li><a href="/cmds/llvm-upgrade.html"><b>llvm-upgrade</b></a> -
-    upgrade LLVM assembly from previous version</li>
-
 <li><a href="/cmds/opt.html"><b>opt</b></a> -
     run a series of LLVM-to-LLVM optimizations on a bytecode file</li>
 
@@ -66,17 +63,12 @@ options) arguments to the tool you are interested in.</p>
 <li><a href="/cmds/llvm-prof.html"><b>llvm-prof</b></a> -
     format raw `<tt>llvmprof.out</tt>' data into a human-readable report</li>
 
-<li><a href="/cmds/llvmc.html"><b>llvmc</b></a> -
-  generic and configurable compiler driver</li>
-
 <li><a href="/cmds/llvm-ld.html"><b>llvm-ld</b></a> -
   general purpose linker with loadable runtime optimization support</li>
 
 <li><a href="/cmds/llvm-config.html"><b>llvm-config</b></a> - 
   print out LLVM compilation options, libraries, etc. as configured.</li>
 
-  <li><a href="/cmds/llvm2cpp.html"><b>llvm2cpp</b></a> - convert LLVM assembly
-  into the corresponding LLVM C++ API calls to produce it</li>
 </ul>
 
 </div>