diff options
| author | Lauro Ramos Venancio <lauro.venancio@gmail.com> | 2007-04-12 19:52:46 +0000 |
|---|---|---|
| committer | Lauro Ramos Venancio <lauro.venancio@gmail.com> | 2007-04-12 19:52:46 +0000 |
| commit | 0ab204bb364c3588c3e2f2a8282655e9c09e8fc6 (patch) | |
| tree | 6cac6a6e3cb261ea705e4e2c9cab0bf76e2195a8 /llvm/docs | |
| parent | e6818b2549393d040de019757772b123dde8a4d1 (diff) | |
| download | bcm5719-llvm-0ab204bb364c3588c3e2f2a8282655e9c09e8fc6.tar.gz bcm5719-llvm-0ab204bb364c3588c3e2f2a8282655e9c09e8fc6.zip | |
update documentation
llvm-svn: 35952
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/BytecodeFormat.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html index 06320a30b4f..8cb072bb9d4 100644 --- a/llvm/docs/BytecodeFormat.html +++ b/llvm/docs/BytecodeFormat.html @@ -998,7 +998,11 @@ and a an optional initializers for the global var.</p> 6=DllExport, 7=ExternWeak</td> </tr> <tr> - <td><a href="#bit">bit(5-31)</a></td> + <td><a href="#bit">bit(5)</a></td> + <td class="td_left">Is Thread Local?</td> + </tr> + <tr> + <td><a href="#bit">bit(6-31)</a></td> <td class="td_left">Type slot number of type for the global variable.</td> </tr> </tbody> |

