diff options
author | Chris Lattner <sabre@nondot.org> | 2007-06-12 17:01:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-06-12 17:01:15 +0000 |
commit | 2150cde0e4be16a9331c17c7f19e8d1b29d28a2e (patch) | |
tree | b09345bfbbd849cad325bb6be8ec3748ab70b95f | |
parent | 2b0bf4fc3bbc8d744cc74fb1dca5b17bb41211c0 (diff) | |
download | bcm5719-llvm-2150cde0e4be16a9331c17c7f19e8d1b29d28a2e.tar.gz bcm5719-llvm-2150cde0e4be16a9331c17c7f19e8d1b29d28a2e.zip |
one final bugfix
llvm-svn: 37558
-rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 3c67f031785..9efc1c17ff8 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -388,7 +388,7 @@ symbol table entries. Here is an example of the "hello world" module:</p> define i32 @main() { <i>; i32()* </i> <i>; Convert [13x i8 ]* to i8 *...</i> %cast210 = <a - href="#i_getelementptr">getelementptr</a> [13 x i8 ]* %.LC0, i64 0, i64 0 <i>; i8 *</i> + href="#i_getelementptr">getelementptr</a> [13 x i8 ]* @.LC0, i64 0, i64 0 <i>; i8 *</i> <i>; Call puts function to write out the string to stdout...</i> <a |