diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-20 17:53:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-20 17:53:51 +0000 |
commit | 6a7939243fdb1afc38e01697a76e0bd6af78f4ae (patch) | |
tree | 8c6f71e3193e947d993225cb6178fa5ec959f269 /llvm/docs/BitCodeFormat.html | |
parent | 8a19d3c96c85d3edd6dfcf3c79cfbd1fe62fd127 (diff) | |
download | bcm5719-llvm-6a7939243fdb1afc38e01697a76e0bd6af78f4ae.tar.gz bcm5719-llvm-6a7939243fdb1afc38e01697a76e0bd6af78f4ae.zip |
reduce redundant are's.
llvm-svn: 94008
Diffstat (limited to 'llvm/docs/BitCodeFormat.html')
-rw-r--r-- | llvm/docs/BitCodeFormat.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/BitCodeFormat.html b/llvm/docs/BitCodeFormat.html index 655d7f69b55..f1ddefdea9a 100644 --- a/llvm/docs/BitCodeFormat.html +++ b/llvm/docs/BitCodeFormat.html @@ -138,8 +138,7 @@ bitcode, while application-specific programs will want to look at all four.</p> A bitstream literally consists of a stream of bits, which are read in order starting with the least significant bit of each byte. The stream is made up of a number of primitive values that encode a stream of unsigned integer values. -These -integers are are encoded in two ways: either as <a href="#fixedwidth">Fixed +These integers are encoded in two ways: either as <a href="#fixedwidth">Fixed Width Integers</a> or as <a href="#variablewidth">Variable Width Integers</a>. </p> |