summaryrefslogtreecommitdiff
path: root/docs/HowToSubmitABug.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-28 00:34:19 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-28 00:34:19 +0000
commit84f82f7fac2735548eb6f800bd1fdeb4759f1c4b (patch)
tree159f7bb29605616225b606e898a2b4cd5ec610cf /docs/HowToSubmitABug.html
parentf100dcc42e606e645865052268c6f52961cd62af (diff)
downloadllvm-84f82f7fac2735548eb6f800bd1fdeb4759f1c4b.tar.gz
llvm-84f82f7fac2735548eb6f800bd1fdeb4759f1c4b.tar.bz2
llvm-84f82f7fac2735548eb6f800bd1fdeb4759f1c4b.tar.xz
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/HowToSubmitABug.html')
-rw-r--r--docs/HowToSubmitABug.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index ba24d98873..f01c5c72a1 100644
--- a/docs/HowToSubmitABug.html
+++ b/docs/HowToSubmitABug.html
@@ -82,8 +82,8 @@ information:</p>
<div class="doc_text">
<p>More often than not, bugs in the compiler cause it to crash - often due to an
-assertion failure of some sort. If you are running <tt><b>opt</b></tt> or
-<tt><b>analyze</b></tt> directly, and something crashes, jump to the section on
+assertion failure of some sort. If you are running <tt><b>opt</b></tt>
+directly, and something crashes, jump to the section on
<a href="#passes">bugs in LLVM passes</a>. Otherwise, the most important
piece of the puzzle is to figure out if it is the GCC-based front-end that is
buggy or if it's one of the LLVM tools that has problems.</p>