diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-18 23:59:50 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-18 23:59:50 +0000 |
| commit | fc8d930f6ef1aa4fbd402c5b36f734214863d5d4 (patch) | |
| tree | 82fa592a01d7ae7fb20b92bc06f6f5f52208566f /llvm/docs/HowToSubmitABug.html | |
| parent | 0c7732499bea556551fd5bb639d2e4d8eb922e8a (diff) | |
| download | bcm5719-llvm-fc8d930f6ef1aa4fbd402c5b36f734214863d5d4.tar.gz bcm5719-llvm-fc8d930f6ef1aa4fbd402c5b36f734214863d5d4.zip | |
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection
llvm-svn: 129736
Diffstat (limited to 'llvm/docs/HowToSubmitABug.html')
| -rw-r--r-- | llvm/docs/HowToSubmitABug.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html index b9d8362e32a..ca34384621b 100644 --- a/llvm/docs/HowToSubmitABug.html +++ b/llvm/docs/HowToSubmitABug.html @@ -7,9 +7,9 @@ </head> <body> -<div class="doc_title"> +<h1> How to submit an LLVM bug report -</div> +</h1> <table class="layout" style="width: 90%" > <tr class="layout"> @@ -37,9 +37,9 @@ </table> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="introduction">Introduction - Got bugs?</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -76,9 +76,9 @@ information:</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="crashers">Crashing Bugs</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -112,9 +112,9 @@ with the following extra command line options:</p> </div> <!-- ======================================================================= --> -<div class="doc_subsection"> +<h3> <a name="front-end">Front-end bugs</a> -</div> +</h3> <div class="doc_text"> @@ -137,9 +137,9 @@ has instructions on the best way to use delta.</p> </div> <!-- ======================================================================= --> -<div class="doc_subsection"> +<h3> <a name="ct_optimizer">Compile-time optimization bugs</a> -</div> +</h3> <div class="doc_text"> @@ -171,9 +171,9 @@ that bugpoint emits. If something goes wrong with bugpoint, please submit the </div> <!-- ======================================================================= --> -<div class="doc_subsection"> +<h3> <a name="ct_codegen">Code generator bugs</a> -</div> +</h3> <div class="doc_text"> @@ -208,9 +208,9 @@ that bugpoint emits. If something goes wrong with bugpoint, please submit the </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="miscompilations">Miscompilations</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -241,9 +241,9 @@ error.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="codegen">Incorrect code generation</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> |

