diff options
author | Jan Wen Voung <jvoung@google.com> | 2012-10-15 16:47:58 +0000 |
---|---|---|
committer | Jan Wen Voung <jvoung@google.com> | 2012-10-15 16:47:58 +0000 |
commit | 69082be39cd18d8cc1658d458fbaa3e9c54b04d2 (patch) | |
tree | 5ab6f248ec15582aa3e580175fdc5b56b4e45d54 /llvm/docs/BitCodeFormat.rst | |
parent | bc10b9fbc5b00bcef08cbabecf1522eedf4f818f (diff) | |
download | llvm-69082be39cd18d8cc1658d458fbaa3e9c54b04d2.zip llvm-69082be39cd18d8cc1658d458fbaa3e9c54b04d2.tar.gz llvm-69082be39cd18d8cc1658d458fbaa3e9c54b04d2.tar.bz2 |
Fix a typo in bitcode docs, from 165814.
llvm-svn: 165944
Diffstat (limited to 'llvm/docs/BitCodeFormat.rst')
-rw-r--r-- | llvm/docs/BitCodeFormat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/BitCodeFormat.rst b/llvm/docs/BitCodeFormat.rst index 64c08f0..bd26f7b 100644 --- a/llvm/docs/BitCodeFormat.rst +++ b/llvm/docs/BitCodeFormat.rst @@ -564,7 +564,7 @@ MODULE_CODE_VERSION Record ``[VERSION, version#]`` The ``VERSION`` record (code 1) contains a single value indicating the format -version. Version 0 and 1 are supported at this time. The difference between +version. Versions 0 and 1 are supported at this time. The difference between version 0 and 1 is in the encoding of instruction operands in each `FUNCTION_BLOCK`_. |