diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-07-07 15:02:54 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-07-07 15:02:54 +0000 |
commit | 18a7abbc7539c50ac90e7a6773562de76d589b7a (patch) | |
tree | 7359987db394fab7cbb530c8a23516e949befd6e /llvm/docs/BytecodeFormat.html | |
parent | 8e32af06f4f6fde6ae4f5032ab9e165c2ceae44d (diff) | |
download | bcm5719-llvm-18a7abbc7539c50ac90e7a6773562de76d589b7a.tar.gz bcm5719-llvm-18a7abbc7539c50ac90e7a6773562de76d589b7a.zip |
Insert a reference to uint32_vbr encoding.
llvm-svn: 14669
Diffstat (limited to 'llvm/docs/BytecodeFormat.html')
-rw-r--r-- | llvm/docs/BytecodeFormat.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html index 72afd5b4eb9..68f724309c6 100644 --- a/llvm/docs/BytecodeFormat.html +++ b/llvm/docs/BytecodeFormat.html @@ -503,8 +503,8 @@ sections.</p> <!-- _______________________________________________________________________ --> <div class="doc_subsubsection"><a name="format">Format Information</a></div> <div class="doc_text"> -<p>The format information field is encoded into a 32-bit vbr-encoded unsigned -integer as shown in the following table.</p> + <p>The format information field is encoded into a + <a href="#uint32_vbr">uint32_vbr</a> as shown in the following table.</p> <table> <tr> <th><b>Type</b></th> |