From a80e1181b78183dc36ec6568559d38faa86981f0 Mon Sep 17 00:00:00 2001
From: Anton Korobeynikov
Date: Sat, 28 Apr 2007 13:45:00 +0000
Subject: 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
---
docs/BytecodeFormat.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
(limited to 'docs/BytecodeFormat.html')
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 396bf2f124..f479ca57b5 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -1212,14 +1212,18 @@ the first uint32_vbr which describes alias itself.
linkage, 2 - Weak linkage.
- bit(2-31) |
+ bit(2) |
+ 0 - Aliasee is global value. 1 - Aliasee is constant
+ expression (bitcast of global value) |
+
+
+ bit(3-31) |
Type slot number of type for the alias itself. |
- The next two uint32_vbr's describes the
- aliasee.
+ The next uint32_vbr describes the aliasee.
@@ -1227,10 +1231,6 @@ the first uint32_vbr which describes alias itself.
Type |
Description |
-
- uint32_vbr |
- Type slot number of type for the aliasee. |
-
uint32_vbr |
Slot number of the aliasee. |
--
cgit v1.2.3-18-g5258