aboutsummaryrefslogtreecommitdiffstats
path: root/docs/BytecodeFormat.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-15 22:54:50 +0000
committerChris Lattner <sabre@nondot.org>2004-11-15 22:54:50 +0000
commitced6222bc5ae79e1dbdb36dc00648fb62727086a (patch)
treeaea7e1d096cff82fe34aecbc00f6556568ecd024 /docs/BytecodeFormat.html
parentd6e431f45e6bc2c407f9d50cb6a6f99a0de9ebed (diff)
downloadexternal_llvm-ced6222bc5ae79e1dbdb36dc00648fb62727086a.zip
external_llvm-ced6222bc5ae79e1dbdb36dc00648fb62727086a.tar.gz
external_llvm-ced6222bc5ae79e1dbdb36dc00648fb62727086a.tar.bz2
Update to reflect recent change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r--docs/BytecodeFormat.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 5b8c153..a7726c1 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -1058,8 +1058,14 @@ href="#uint32_vbr">uint32_vbr</a> that describes the function.</p>
<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>