From 170a3dc422837773946991014dc1aad5e4b7ebeb Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Wed, 7 Jul 2004 15:02:54 +0000
Subject: [PATCH] Insert a reference to uint32_vbr encoding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14669 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/BytecodeFormat.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 72afd5b4eb9..68f724309c6 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -503,8 +503,8 @@ sections.
-
The format information field is encoded into a 32-bit vbr-encoded unsigned
-integer as shown in the following table.
+
The format information field is encoded into a
+ uint32_vbr as shown in the following table.