forked from OSchip/llvm-project
Fix a typo in the bytecode format documentation
llvm-svn: 16072
This commit is contained in:
parent
11f0fc8eda
commit
0c1e6804a1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue