diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 08:19:36 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 08:19:36 +0000 |
commit | d3f876c93c9ce33899a9feca3c0e8de1a895008f (patch) | |
tree | cb49f62a70ad881be810557c06988ccd3a02cee8 /docs/HowToSubmitABug.html | |
parent | 092217286f76b5c4c8c6758f475a66d84df17e11 (diff) | |
download | external_llvm-d3f876c93c9ce33899a9feca3c0e8de1a895008f.zip external_llvm-d3f876c93c9ce33899a9feca3c0e8de1a895008f.tar.gz external_llvm-d3f876c93c9ce33899a9feca3c0e8de1a895008f.tar.bz2 |
Minor format tweask for tables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToSubmitABug.html')
-rw-r--r-- | docs/HowToSubmitABug.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index 6449f29d..e6400d8 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -11,10 +11,9 @@ How to submit an LLVM bug report </div> -<table border="0" width="100%"> -<tr> -<td valign="top"> - +<table class="layout" style="width: 90%" > +<tr class="layout"> + <td class="left"> <ol> <li><a href="#introduction">Introduction - Got bugs?</a></li> <li><a href="#crashers">Crashing Bugs</a> @@ -26,20 +25,17 @@ </ul></li> <li><a href="#miscompilations">Miscompilations</a></li> <li><a href="#codegen">Incorrect code generation (JIT and LLC)</a></li> - </ol> - <div class="doc_author"> <p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a> and <a href="http://misha.brukman.net">Misha Brukman</a></p> -</div> - </td> -<td align="right"> +<td class="right"> <img src="img/Debugging.gif" alt="Debugging" width="444" height="314"> </td> </tr> </table> +</div> <!-- *********************************************************************** --> <div class="doc_section"> |