From: Reid Spencer
Date: Thu, 9 Nov 2006 21:15:49 +0000 (+0000)
Subject: Fix indentation problem starting at GEP.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=47ce179995662e2e8f09e8f8e16cdfcbaad06ae3;p=oota-llvm.git
Fix indentation problem starting at GEP.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31603 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 63c3da1331d..d02caf09c23 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2683,6 +2683,8 @@ at the location specified by the '<pointer>' operand.
href="#i_store">store int 3, int* %ptr ; yields {void}
%val = load int* %ptr ; yields {int}:val = int 3
+
+
'getelementptr' Instruction
@@ -2795,8 +2797,8 @@ FAQ.
; yields [12 x ubyte]*:aptr
%aptr = getelementptr {int, [12 x ubyte]}* %sptr, long 0, uint 1
-
+