[llvm-commits] CVS: llvm/docs/BytecodeFormat.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Jan 23 15:38:21 PST 2006
Changes in directory llvm/docs:
BytecodeFormat.html updated: 1.48 -> 1.49
---
Log message:
Update for file-scope inline asm
---
Diffs of the changes: (+12 -15)
BytecodeFormat.html | 27 ++++++++++++---------------
1 files changed, 12 insertions(+), 15 deletions(-)
Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.48 llvm/docs/BytecodeFormat.html:1.49
--- llvm/docs/BytecodeFormat.html:1.48 Fri Nov 11 19:46:21 2005
+++ llvm/docs/BytecodeFormat.html Mon Jan 23 17:38:09 2006
@@ -955,8 +955,7 @@
</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 @@
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>
@@ -2099,7 +2096,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a> and <a
href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2005/11/12 01:46:21 $
+Last modified: $Date: 2006/01/23 23:38:09 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list