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/Bugpoint.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/Bugpoint.html')
-rw-r--r-- | llvm/docs/Bugpoint.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/llvm/docs/Bugpoint.html b/llvm/docs/Bugpoint.html index 6bbc9b70676..5568fc7baf9 100644 --- a/llvm/docs/Bugpoint.html +++ b/llvm/docs/Bugpoint.html @@ -6,9 +6,9 @@ <link rel="stylesheet" href="llvm.css" type="text/css"> </head> -<div class="doc_title"> +<h1> LLVM bugpoint tool: design and usage -</div> +</h1> <ul> <li><a href="#desc">Description</a></li> @@ -27,9 +27,9 @@ </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="desc">Description</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -50,9 +50,9 @@ href="HowToSubmitABug.html">How To Submit a Bug Report document</a>.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="design">Design Philosophy</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -71,9 +71,9 @@ executing it) takes a long time.</p> </div> <!-- ======================================================================= --> -<div class="doc_subsection"> +<h3> <a name="autoselect">Automatic Debugger Selection</a> -</div> +</h3> <div class="doc_text"> @@ -104,9 +104,9 @@ Otherwise, there is no problem <tt>bugpoint</tt> can debug.</p> </div> <!-- ======================================================================= --> -<div class="doc_subsection"> +<h3> <a name="crashdebug">Crash debugger</a> -</div> +</h3> <div class="doc_text"> @@ -129,9 +129,9 @@ reproduce the failure with <tt>opt</tt> or <tt>llc</tt>.</p> </div> <!-- ======================================================================= --> -<div class="doc_subsection"> +<h3> <a name="codegendebug">Code generator debugger</a> -</div> +</h3> <div class="doc_text"> @@ -150,9 +150,9 @@ good code.</p> </div> <!-- ======================================================================= --> -<div class="doc_subsection"> +<h3> <a name="miscompilationdebug">Miscompilation debugger</a> -</div> +</h3> <div class="doc_text"> @@ -167,9 +167,9 @@ assumes that the selected code generator is working properly.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="advice">Advice for using bugpoint</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> |