diff --git a/docs/LangRef.html b/docs/LangRef.html index 6e339f6616d..0cfd533c25e 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -101,7 +101,7 @@
  • 'vselect' Instruction
  • -
  • Memory Access Operations +
  • Memory Access and Addressing Operations
    1. 'malloc' Instruction
    2. 'free' Instruction
    3. @@ -2273,7 +2273,7 @@ it gets its value from the second value argument.
      @@ -2574,6 +2574,10 @@ The one exception for this rules is zero length arrays. These arrays are defined to be accessible as variable length arrays, which requires access beyond the zero'th element.

      +

      The getelementptr instruction is often confusing. For some more insight +into how it works, see the getelementptr +FAQ.

      +
      Example: