From 45f50511496d36b8a36ea66f4965725a9866f192 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Mon, 23 Jan 2006 23:38:09 +0000
Subject: [PATCH] Update for file-scope inline asm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25563 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/BytecodeFormat.html | 25 +++++++++++--------------
1 file changed, 11 insertions(+), 14 deletions(-)
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index f7ba1306d44..f67751b25e6 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -955,8 +955,7 @@ all functions. The format is shown in the table below:
block |
- Module global info identifier (0x05) + size
- |
+ Module global info identifier (0x05) + size |
zlist(globalvar) |
@@ -969,28 +968,26 @@ definitions occurring in the module.
occurring in the module.
- llist(string)
- |
+ llist(string) |
A length list
of strings that specify the names of the libraries that this module
-depends upon.
- |
+depends upon.
- string
- |
+ string |
The target
triple for the module (blank means no target triple specified, i.e. a
-platform independent module).
- |
+platform independent module).
- llist(string)
- |
+ llist(string) |
A length list
of strings that defines a table of section strings for globals. A global's
-SectionID is an index into this table.
- |
+SectionID is an index into this table.
+
+
+ string |
+ The inline asm block for this module. |