mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-28 22:24:28 +00:00
Implement review feedback. Aliasees can be either GlobalValue's or
bitcasts of them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36537 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1212,14 +1212,18 @@ the first <a href="#uint32_vbr">uint32_vbr</a> which describes alias itself.</p>
|
||||
linkage, 2 - Weak linkage.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#bit">bit(2-31)</a></td>
|
||||
<td><a href="#bit">bit(2)</a></td>
|
||||
<td class="td_left">0 - Aliasee is global value. 1 - Aliasee is constant
|
||||
expression (bitcast of global value)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#bit">bit(3-31)</a></td>
|
||||
<td class="td_left">Type slot number of type for the alias itself.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p>The next two <a href="#uint32_vbr">uint32_vbr's</a> describes the
|
||||
aliasee. </p>
|
||||
<p>The next <a href="#uint32_vbr">uint32_vbr</a> describes the aliasee. </p>
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
@ -1227,10 +1231,6 @@ the first <a href="#uint32_vbr">uint32_vbr</a> which describes alias itself.</p>
|
||||
<th><b>Type</b></th>
|
||||
<th class="td_left"><b>Description</b></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#uint32_vbr">uint32_vbr</a></td>
|
||||
<td class="td_left">Type slot number of type for the aliasee.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#uint32_vbr">uint32_vbr</a></td>
|
||||
<td class="td_left">Slot number of the aliasee.</td>
|
||||
|
Reference in New Issue
Block a user