mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Remove border around table used for layout.
llvm-svn: 72357
This commit is contained in:
parent
fa8df9fa26
commit
c8242fc08b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user