mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 01:42:09 +00:00
Remove border around table used for layout.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72357 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1a8229b162
commit
86c48647f3
@ -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