From 10ee9654c98c0b6561a0764ae2036ac6692b1556 Mon Sep 17 00:00:00 2001
From: Chris Lattner
The argument to the 'load' instruction specifies the memory address to load from. The pointer must point to a first class type. If the load is + href="#t_firstclass">first class type. If the load is marked as volatile then the optimizer is not allowed to modify the number or order of execution of this load with other volatile load and store @@ -1519,9 +1519,9 @@ compiled to LLVM:
The index types specified for the 'getelementptr' instruction depend -on the pointer type that is being index into. Pointer -and array types require uint, int, -ulong, or long values, and structure +on the pointer type that is being index into. Pointer +and array types require uint, int, +ulong, or long values, and structure types require uint constants.
In the example above, the first index is indexing into the '%ST*' -- cgit v1.2.3