From 9e0781f9a7805ae676bf72b82a64717b3b85f403 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sun, 6 Nov 2005 07:48:11 +0000
Subject: Minor correction
llvm-svn: 24220
---
llvm/docs/BytecodeFormat.html | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
(limited to 'llvm/docs/BytecodeFormat.html')
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html
index 7920dd53ece..3c3bc1d60b1 100644
--- a/llvm/docs/BytecodeFormat.html
+++ b/llvm/docs/BytecodeFormat.html
@@ -1102,8 +1102,7 @@ href="#uint32_vbr">uint32_vbr that describes the function.
| bit(0-3) |
- Encodes the calling convention number of the function. If this number is
- zero, this field is followed by a vbr indicating the CC#. Otherwise, the
+ Encodes the calling convention number of the function. The
CC number of the function is the value of this field minus one.
|
@@ -1138,7 +1137,11 @@ follows with the following fields:
The log-base-2 of the alignment for the function. |
- | bit(5-31) |
+ bit(5-9) |
+ The top nibble of the calling convention. |
+
+
+ | bit(10-31) |
Currently unassigned. |
--
cgit v1.2.3