one final bugfix
authorChris Lattner <sabre@nondot.org>
Tue, 12 Jun 2007 17:01:15 +0000 (17:01 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 12 Jun 2007 17:01:15 +0000 (17:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37558 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 3c67f031785b8c8f7dcbddd1d04f3a5fa973b853..9efc1c17ff856d2c30408cb4fb24b7f4fe10d08c 100644 (file)
@@ -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