From e53e508642c5bd95c9dcb64203e18c0c520c77e6 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*'