[llvm-commits] CVS: llvm/docs/BytecodeFormat.html

Lauro Ramos Venancio lauro.venancio at gmail.com
Thu Apr 12 12:53:03 PDT 2007



Changes in directory llvm/docs:

BytecodeFormat.html updated: 1.67 -> 1.68
---
Log message:

update documentation


---
Diffs of the changes:  (+6 -2)

 BytecodeFormat.html |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)


Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.67 llvm/docs/BytecodeFormat.html:1.68
--- llvm/docs/BytecodeFormat.html:1.67	Tue Feb 27 20:33:06 2007
+++ llvm/docs/BytecodeFormat.html	Thu Apr 12 14:52:46 2007
@@ -998,7 +998,11 @@
         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>
@@ -2093,7 +2097,7 @@
 <a href="mailto:rspencer at x10sys.com">Reid Spencer</a> and <a
  href="mailto:sabre at nondot.org">Chris Lattner</a><br>
 <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2007/02/28 02:33:06 $
+Last modified: $Date: 2007/04/12 19:52:46 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list