summaryrefslogtreecommitdiff
path: root/docs/BitCodeFormat.html
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-05 15:42:44 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-05 15:42:44 +0000
commite15192b36bb5e99838d3f70bf79f7b8bed7a75b9 (patch)
treef806c1b39e3729a535af21298a405d66f6904990 /docs/BitCodeFormat.html
parentea2381eb7143e2ba3ad37de386cabd392b6609d8 (diff)
downloadllvm-e15192b36bb5e99838d3f70bf79f7b8bed7a75b9.tar.gz
llvm-e15192b36bb5e99838d3f70bf79f7b8bed7a75b9.tar.bz2
llvm-e15192b36bb5e99838d3f70bf79f7b8bed7a75b9.tar.xz
Documentation: fix HTML validation errors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78196 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BitCodeFormat.html')
-rw-r--r--docs/BitCodeFormat.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html
index 8813b017f9..15b05230d0 100644
--- a/docs/BitCodeFormat.html
+++ b/docs/BitCodeFormat.html
@@ -462,23 +462,23 @@ emitted as their code, followed by the extra data.
<p>The possible operand encodings are:</p>
<ol>
-<li value="1">Fixed: The field should be emitted as
+<li>Fixed: The field should be emitted as
a <a href="#fixedwidth">fixed-width value</a>, whose width is specified by
the operand's extra data.</li>
-<li value="2">VBR: The field should be emitted as
+<li>VBR: The field should be emitted as
a <a href="#variablewidth">variable-width value</a>, whose width is
specified by the operand's extra data.</li>
-<li value="3">Array: This field is an array of values. The array operand
+<li>Array: This field is an array of values. The array operand
has no extra data, but expects another operand to follow it which indicates
the element type of the array. When reading an array in an abbreviated
record, the first integer is a vbr6 that indicates the array length,
followed by the encoded elements of the array. An array may only occur as
the last operand of an abbreviation (except for the one final operand that
gives the array's type).</li>
-<li value="4">Char6: This field should be emitted as
+<li>Char6: This field should be emitted as
a <a href="#char6">char6-encoded value</a>. This operand type takes no
extra data.</li>
-<li value="5">Blob: This field is emitted as a vbr6, followed by padding to a
+<li>Blob: This field is emitted as a vbr6, followed by padding to a
32-bit boundary (for alignment) and an array of 8-bit objects. The array of
bytes is further followed by tail padding to ensure that its total length is
a multiple of 4 bytes. This makes it very efficient for the reader to