diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-01-23 12:43:53 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-01-23 12:43:53 +0000 |
commit | daa3189ed0c3fbbf01e778cf61699e1ea024a0de (patch) | |
tree | 7180de3a020dfc38ff340bca2a21c2bcb7b64d39 /docs/BytecodeFormat.html | |
parent | 8cea37b79acc80644de376d4bf6d712a105442d8 (diff) |
One more small fix to documentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33463 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r-- | docs/BytecodeFormat.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index e65ee0cba4..4c1f64b30a 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -1492,9 +1492,13 @@ save bytecode space. If not, then a regular constant pool is written.</li> 2=Appending, 3=Internal, 4=LinkOnce, 5=DllImport, 6=DllExport<sup>1</sup></td> </tr> <tr> - <td><a href="#bit">bit(16-31)</a></td> + <td><a href="#bit">bit(16-18)</a></td> <td class="td_left">Visibility style: 0=Default, 1=Hidden.</td> </tr> + <tr> + <td><a href="#bit">bit(19-31)</a></td> + <td class="td_left>Currently unassigned.</td> + </tr> </tbody> </table> |