From: Chris Lattner
Date: Tue, 12 Jun 2007 17:01:15 +0000 (+0000)
Subject: one final bugfix
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6c0955b9cbd1d4ac37f6776bd3c4cf029a0d0235;p=oota-llvm.git
one final bugfix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37558 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 3c67f031785..9efc1c17ff8 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -388,7 +388,7 @@ symbol table entries. Here is an example of the "hello world" module:
define i32 @main() { ; i32()*
; Convert [13x i8 ]* to i8 *...
%cast210 = getelementptr [13 x i8 ]* %.LC0, i64 0, i64 0 ; i8 *
+ href="#i_getelementptr">getelementptr [13 x i8 ]* @.LC0, i64 0, i64 0 ; i8 *
; Call puts function to write out the string to stdout...