From 7280c50e2fba35132de4cd5e95e65504c585e0e8 Mon Sep 17 00:00:00 2001
From: Lauro Ramos Venancio
Date: Thu, 12 Apr 2007 19:52:46 +0000
Subject: [PATCH] update documentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35952 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/BytecodeFormat.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 06320a30b4f..8cb072bb9d4 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -998,7 +998,11 @@ and a an optional initializers for the global var.
6=DllExport, 7=ExternWeak
- bit(5-31) |
+ bit(5) |
+ Is Thread Local? |
+
+
+ bit(6-31) |
Type slot number of type for the global variable. |
--
2.34.1