From d6aeb4f4ae842cad58bed5650edfb580d541db8b Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 15 Feb 2007 03:08:48 +0000 Subject: [PATCH] For PR1195: Packed -> Vector. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34297 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/BytecodeFormat.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 115ddeddfd2..b2370eecc4b 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -866,7 +866,7 @@ Notes: -

Packed Types

+

Vector Types

@@ -875,15 +875,15 @@ Notes: - + - + - +
uint24_vbrType ID for Packed Types (18)Type ID for Vector Types (18)
uint24_vbrSlot number of packed vector's element type.Slot number of the vector's element type.
uint32_vbrThe number of elements in the packed vector.The number of elements in the vector.
-- 2.34.1