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