Excise references to the now defunct "analyze" tool. Merge descriptions

where appropriate.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29931 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2006-08-28 00:34:19 +00:00
parent f100dcc42e
commit 84f82f7fac
8 changed files with 33 additions and 111 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ flow graph, to reduce the size of the function as much as possible. Finally,
<tt>bugpoint</tt> deletes any individual LLVM instructions whose absence does
not eliminate the failure. At the end, <tt>bugpoint</tt> should tell you what
passes crash, give you a bytecode file, and give you instructions on how to
reproduce the failure with <tt>opt</tt>, <tt>analyze</tt>, or <tt>llc</tt>.</p>
reproduce the failure with <tt>opt</tt> or <tt>llc</tt>.</p>
</div>