diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-28 00:34:19 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-28 00:34:19 +0000 |
commit | 80f843d31d6bf058c69f2f369b3cbf1b38fa1ca4 (patch) | |
tree | af5e62fcf8c50e73f13a136108a4eaf3552fd3ad /llvm/docs/Bugpoint.html | |
parent | 97c598083ef245bb3166d0dc8aa16cdebe18ee8a (diff) | |
download | bcm5719-llvm-80f843d31d6bf058c69f2f369b3cbf1b38fa1ca4.tar.gz bcm5719-llvm-80f843d31d6bf058c69f2f369b3cbf1b38fa1ca4.zip |
Excise references to the now defunct "analyze" tool. Merge descriptions
where appropriate.
llvm-svn: 29931
Diffstat (limited to 'llvm/docs/Bugpoint.html')
-rw-r--r-- | llvm/docs/Bugpoint.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Bugpoint.html b/llvm/docs/Bugpoint.html index f60a7ea33af..1f295336706 100644 --- a/llvm/docs/Bugpoint.html +++ b/llvm/docs/Bugpoint.html @@ -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> |