summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit97f5c0e5dfed1a1fc2b3618481d61684eddcc8a9 (patch)
treee71b3cedf5267dfba39392fc3b8259c4fe24a4d3 /llvm/docs/BytecodeFormat.html
parent3b6bb48c164e56b32b2bffe1724a4fdae18d38ff (diff)
downloadbcm5719-llvm-97f5c0e5dfed1a1fc2b3618481d61684eddcc8a9.tar.gz
bcm5719-llvm-97f5c0e5dfed1a1fc2b3618481d61684eddcc8a9.zip
Update to reflect recent change
llvm-svn: 17860
Diffstat (limited to 'llvm/docs/BytecodeFormat.html')
-rw-r--r--llvm/docs/BytecodeFormat.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html
index 5b8c1536997..a7726c16447 100644
--- a/llvm/docs/BytecodeFormat.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud