[llvm-commits] CVS: llvm/docs/BytecodeFormat.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 15 14:55:05 PST 2004
Changes in directory llvm/docs:
BytecodeFormat.html updated: 1.36 -> 1.37
---
Log message:
Update to reflect recent change
---
Diffs of the changes: (+9 -3)
Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.36 llvm/docs/BytecodeFormat.html:1.37
--- llvm/docs/BytecodeFormat.html:1.36 Mon Nov 8 03:10:50 2004
+++ llvm/docs/BytecodeFormat.html Mon Nov 15 16:54:50 2004
@@ -1058,8 +1058,14 @@
<th class="td_left"><b>Description</b></th>
</tr>
<tr>
- <td><a href="#bit">bit(0-4)</a></td>
- <td class="td_left">Reserved for future use. Currently set to 00001.</td>
+ <td><a href="#bit">bit(0-3)</a></td>
+ <td class="td_left">Reserved for future use. Currently set to 0001.</td>
+ </tr>
+ <tr>
+ <td><a href="#bit">bit(4)</a></td>
+ <td class="td_left">If this bit is set to 1, the indicated function is
+ external, and there is no <a href="#functiondefs">Function Definiton
+ Block</a> in the bytecode file for the function.</td>
</tr>
<tr>
<td><a href="#bit">bit(5-)</a></td>
@@ -1892,7 +1898,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.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2004/11/08 09:10:50 $
+Last modified: $Date: 2004/11/15 22:54:50 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list