diff options
author | Nate Begeman <natebegeman@mac.com> | 2004-08-27 07:59:37 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2004-08-27 07:59:37 +0000 |
commit | 52ca9e4c3d82347a4ca941aca9ed17da74eca85e (patch) | |
tree | fb8ac5e30a8d04f217dd7694c453710df6b3001d /docs/BytecodeFormat.html | |
parent | 3f06e687836528dc5b1f30bfe0ae2173f2f66468 (diff) | |
download | external_llvm-52ca9e4c3d82347a4ca941aca9ed17da74eca85e.zip external_llvm-52ca9e4c3d82347a4ca941aca9ed17da74eca85e.tar.gz external_llvm-52ca9e4c3d82347a4ca941aca9ed17da74eca85e.tar.bz2 |
Fix a typo in the bytecode format documentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r-- | docs/BytecodeFormat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 3345023..9480da4 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -1474,7 +1474,7 @@ single <a href="#uint32_vbr">uint32_vbr</a> as follows:</p> <a href="http://llvm.org/cvsweb/cvsweb.cgi/llvm/include/llvm/Instruction.def"> <tt>include/llvm/Instruction.def</tt></a> file. You should check there for the most recent definitions. The table below provides the opcodes defined as of - the writing of this document. The table associates each opcode mneumonic with + the writing of this document. The table associates each opcode mnemonic with its enumeration value and the bytecode and LLVM version numbers in which the opcode was introduced.</p> <table> |