summaryrefslogtreecommitdiffstats
path: root/llvm/docs/BytecodeFormat.html
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-04-28 13:45:00 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-04-28 13:45:00 +0000
commitb18f8f85e9151195a81833d6862063323338854e (patch)
tree3bbb4f5593defb3935aa086ffccc1edb0f2c606a /llvm/docs/BytecodeFormat.html
parent1deacd61f4a93742e3e12bac91026158bdb1aaf0 (diff)
downloadbcm5719-llvm-b18f8f85e9151195a81833d6862063323338854e.tar.gz
bcm5719-llvm-b18f8f85e9151195a81833d6862063323338854e.zip
Implement review feedback. Aliasees can be either GlobalValue's or
bitcasts of them. llvm-svn: 36537
Diffstat (limited to 'llvm/docs/BytecodeFormat.html')
-rw-r--r--llvm/docs/BytecodeFormat.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html
index 396bf2f1249..f479ca57b5f 100644
--- a/llvm/docs/BytecodeFormat.html
+++ b/llvm/docs/BytecodeFormat.html
@@ -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>
@@ -1229,10 +1233,6 @@ the first <a href="#uint32_vbr">uint32_vbr</a> which describes alias itself.</p>
</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>
</tr>
</tbody>
OpenPOWER on IntegriCloud