From ced6222bc5ae79e1dbdb36dc00648fb62727086a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 15 Nov 2004 22:54:50 +0000 Subject: [PATCH] Update to reflect recent change git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17860 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/BytecodeFormat.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 5b8c1536997..a7726c16447 100644 --- a/docs/BytecodeFormat.html +++ b/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-)