projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e242ca
)
Fixed small typo to symtab link.
author
Tanya Lattner
<tonic@nondot.org>
Mon, 21 Jun 2004 23:29:40 +0000
(23:29 +0000)
committer
Tanya Lattner
<tonic@nondot.org>
Mon, 21 Jun 2004 23:29:40 +0000
(23:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14308
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/BytecodeFormat.html
patch
|
blob
|
history
diff --git
a/docs/BytecodeFormat.html
b/docs/BytecodeFormat.html
index 2b986641b666b9ff738a88fb9b4521bb49033d3e..0b0f15606d23e64ad9472d5d80904ad738f2ad0e 100644
(file)
--- a/
docs/BytecodeFormat.html
+++ b/
docs/BytecodeFormat.html
@@
-315,7
+315,7
@@
bit and byte level specifics.</p>
constants except function arguments, global values and constant strings.</li>
<li><a href="#functions">Functions</a>: One function block is written for
each function in the module. </li>
- <li><a href="
$
symtab">Symbol Table</a>: The module level symbol table that
+ <li><a href="
#
symtab">Symbol Table</a>: The module level symbol table that
provides names for the various other entries in the file is the final block
written.</li>
</ol>