diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-23 23:38:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-23 23:38:09 +0000 |
commit | 45f50511496d36b8a36ea66f4965725a9866f192 (patch) | |
tree | ee1391dadf1d3a7a15014ca5a11bbcad174587e9 /docs/BytecodeFormat.html | |
parent | fb90fe35d0feb4876109e46093271d744cb37e78 (diff) | |
download | external_llvm-45f50511496d36b8a36ea66f4965725a9866f192.zip external_llvm-45f50511496d36b8a36ea66f4965725a9866f192.tar.gz external_llvm-45f50511496d36b8a36ea66f4965725a9866f192.tar.bz2 |
Update for file-scope inline asm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25563 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r-- | docs/BytecodeFormat.html | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index f7ba130..f67751b 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -955,8 +955,7 @@ all functions. The format is shown in the table below:</p> </tr> <tr> <td><a href="#block">block</a></td> - <td class="td_left">Module global info identifier (0x05) + size<br> - </td> + <td class="td_left">Module global info identifier (0x05) + size</td> </tr> <tr> <td><a href="#zlist">zlist</a>(<a href="#globalvar">globalvar</a>)</td> @@ -969,28 +968,26 @@ definitions occurring in the module.</td> occurring in the module.</td> </tr> <tr> - <td><a href="#llist">llist</a>(<a href="#string">string</a>)<br> - </td> + <td><a href="#llist">llist</a>(<a href="#string">string</a>)</td> <td class="td_left">A length list of strings that specify the names of the libraries that this module -depends upon.<br> - </td> +depends upon.</td> </tr> <tr> - <td><a href="#string">string</a><br> - </td> + <td><a href="#string">string</a></td> <td class="td_left">The target triple for the module (blank means no target triple specified, i.e. a -platform independent module).<br> - </td> +platform independent module).</td> </tr> <tr> - <td><a href="#llist">llist</a>(<a href="#string">string</a>)<br> - </td> + <td><a href="#llist">llist</a>(<a href="#string">string</a>)</td> <td class="td_left">A length list of strings that defines a table of section strings for globals. A global's -SectionID is an index into this table.<br> - </td> +SectionID is an index into this table.</td> + </tr> + <tr> + <td><a href="#string">string</a></td> + <td class="td_left">The inline asm block for this module.</td> </tr> </tbody> </table> |