We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cb3f5 commit fcc8802Copy full SHA for fcc8802
llvm/docs/GetElementPtr.rst
@@ -41,7 +41,7 @@ same. For example, when we write, in "C":
41
42
it is natural to think that there is only one index, the selection of the field
43
``F``. However, in this example, ``Foo`` is a pointer. That pointer
44
-must be indexed explicitly in LLVM. C, on the other hand, indices through it
+must be indexed explicitly in LLVM. C, on the other hand, indexes through it
45
transparently. To arrive at the same address location as the C code, you would
46
provide the GEP instruction with two index operands. The first operand indexes
47
through the pointer; the second operand indexes the field ``F`` of the
0 commit comments