From 47ce179995662e2e8f09e8f8e16cdfcbaad06ae3 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 9 Nov 2006 21:15:49 +0000 Subject: [PATCH] Fix indentation problem starting at GEP. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31603 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -
+
Conversion Operations