summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-05-24 02:46:06 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-05-24 02:46:06 +0000
commit86c48647f36210b716283496a9d3065d2343bb2e (patch)
tree143a570b0e272bb2cd03cb0101a4a4cd811a6178 /docs
parent1a8229b1628831da37778e9200824e48c5a38172 (diff)
downloadllvm-86c48647f36210b716283496a9d3065d2343bb2e.tar.gz
llvm-86c48647f36210b716283496a9d3065d2343bb2e.tar.bz2
llvm-86c48647f36210b716283496a9d3065d2343bb2e.tar.xz
Remove border around table used for layout.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72357 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index d6a78c903b..9fc14b4fea 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1371,18 +1371,18 @@ value.</p>
<h5>Examples:</h5>
<table class="layout">
- <tbody>
- <tr>
- <td><tt>i1</tt></td>
- <td>a single-bit integer.</td>
- </tr><tr>
- <td><tt>i32</tt></td>
- <td>a 32-bit integer.</td>
- </tr><tr>
- <td><tt>i1942652</tt></td>
- <td>a really big integer of over 1 million bits.</td>
+ <tr class="layout">
+ <td class="left"><tt>i1</tt></td>
+ <td class="left">a single-bit integer.</td>
+ </tr>
+ <tr class="layout">
+ <td class="left"><tt>i32</tt></td>
+ <td class="left">a 32-bit integer.</td>
+ </tr>
+ <tr class="layout">
+ <td class="left"><tt>i1942652</tt></td>
+ <td class="left">a really big integer of over 1 million bits.</td>
</tr>
- </tbody>
</table>
<p>Note that the code generator does not yet support large integer types