From a10387b99ab29607473c94a12d26466c962b2b9d 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
llvm-svn: 25563
---
llvm/docs/BytecodeFormat.html | 25 +++++++++++--------------
1 file changed, 11 insertions(+), 14 deletions(-)
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html
index f7ba1306d44d..f67751b25e6a 100644
--- a/llvm/docs/BytecodeFormat.html
+++ b/llvm/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. |