[LangRef] Fix typo in GEP docs

Introduced in D130356, reported here:
https://reviews.llvm.org/rG7ac7ec820296#inline-7690
This commit is contained in:
Nikita Popov 2022-08-02 09:29:25 +02:00
parent 6c66b089bc
commit 62e4ee2def
1 changed files with 1 additions and 1 deletions

View File

@ -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: