forked from OSchip/llvm-project
[LangRef] Fix typo in GEP docs
Introduced in D130356, reported here: https://reviews.llvm.org/rG7ac7ec820296#inline-7690
This commit is contained in:
parent
6c66b089bc
commit
62e4ee2def
|
@ -10427,7 +10427,7 @@ Syntax:
|
|||
::
|
||||
|
||||
<result> = getelementptr <ty>, ptr <ptrval>{, [inrange] <ty> <idx>}*
|
||||
<result> = getelementptr inbounds ptr <ptrval>{, [inrange] <ty> <idx>}*
|
||||
<result> = getelementptr inbounds <ty>, ptr <ptrval>{, [inrange] <ty> <idx>}*
|
||||
<result> = getelementptr <ty>, <N x ptr> <ptrval>, [inrange] <vector index type> <idx>
|
||||
|
||||
Overview:
|
||||
|
|
Loading…
Reference in New Issue