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 | 84f82f7fac2735548eb6f800bd1fdeb4759f1c4b (patch) | |
tree | 159f7bb29605616225b606e898a2b4cd5ec610cf /docs/Bugpoint.html | |
parent | f100dcc42e606e645865052268c6f52961cd62af (diff) | |
download | external_llvm-84f82f7fac2735548eb6f800bd1fdeb4759f1c4b.zip external_llvm-84f82f7fac2735548eb6f800bd1fdeb4759f1c4b.tar.gz external_llvm-84f82f7fac2735548eb6f800bd1fdeb4759f1c4b.tar.bz2 |
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
Diffstat (limited to 'docs/Bugpoint.html')
-rw-r--r-- | docs/Bugpoint.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Bugpoint.html b/docs/Bugpoint.html index f60a7ea..1f29533 100644 --- a/docs/Bugpoint.html +++ b/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> |