From 97f5c0e5dfed1a1fc2b3618481d61684eddcc8a9 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Mon, 15 Nov 2004 22:54:50 +0000
Subject: Update to reflect recent change
llvm-svn: 17860
---
llvm/docs/BytecodeFormat.html | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
(limited to 'llvm/docs/BytecodeFormat.html')
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 that describes the function.
Description |
- bit(0-4) |
- Reserved for future use. Currently set to 00001. |
+ bit(0-3) |
+ Reserved for future use. Currently set to 0001. |
+
+
+ bit(4) |
+ If this bit is set to 1, the indicated function is
+ external, and there is no Function Definiton
+ Block in the bytecode file for the function. |
bit(5-) |
--
cgit v1.2.3