summaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-01 08:19:36 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-01 08:19:36 +0000
commitd3f876c93c9ce33899a9feca3c0e8de1a895008f (patch)
treecb49f62a70ad881be810557c06988ccd3a02cee8 /docs/SourceLevelDebugging.html
parent092217286f76b5c4c8c6758f475a66d84df17e11 (diff)
downloadllvm-d3f876c93c9ce33899a9feca3c0e8de1a895008f.tar.gz
llvm-d3f876c93c9ce33899a9feca3c0e8de1a895008f.tar.bz2
llvm-d3f876c93c9ce33899a9feca3c0e8de1a895008f.tar.xz
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/SourceLevelDebugging.html')
-rw-r--r--docs/SourceLevelDebugging.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index 523eb1af80..b9fbef4cc9 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -9,11 +9,10 @@
<div class="doc_title">Source Level Debugging with LLVM</div>
-<table border="0" width="100%">
-<tr>
-<td valign="top">
+<table class="layout" style="width:100%">
+ <tr class="layout">
+ <td class="left">
<ul>
-
<li><a href="#introduction">Introduction</a>
<ol>
<li><a href="#phil">Philosophy behind LLVM debugging information</a></li>
@@ -61,12 +60,11 @@
</ol></li>
</ul>
</td>
-<td align="right" valign="top">
+<td class="right">
<img src="img/venusflytrap.jpg" alt="A leafy and green bug eater" width="247"
height="369">
</td>
-</tr>
-</table>
+</tr></table>
<div class="doc_author">
<p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></p>