summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2007-04-12 19:52:46 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2007-04-12 19:52:46 +0000
commit7280c50e2fba35132de4cd5e95e65504c585e0e8 (patch)
tree766ff4a11d144ebeb68641378d3ed54f1df07ba2 /docs
parent26ca64c884c0c74a91ec18b0451cddfce464af02 (diff)
downloadllvm-7280c50e2fba35132de4cd5e95e65504c585e0e8.tar.gz
llvm-7280c50e2fba35132de4cd5e95e65504c585e0e8.tar.bz2
llvm-7280c50e2fba35132de4cd5e95e65504c585e0e8.tar.xz
update documentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35952 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/BytecodeFormat.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 06320a30b4..8cb072bb9d 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -998,7 +998,11 @@ and a an optional initializers for the global var.</p>
6=DllExport, 7=ExternWeak</td>
</tr>
<tr>
- <td><a href="#bit">bit(5-31)</a></td>
+ <td><a href="#bit">bit(5)</a></td>
+ <td class="td_left">Is Thread Local?</td>
+ </tr>
+ <tr>
+ <td><a href="#bit">bit(6-31)</a></td>
<td class="td_left">Type slot number of type for the global variable.</td>
</tr>
</tbody>