Skip to content

Commit 879eb08

Browse files
committed
Fix langref formatting
1 parent e23334a commit 879eb08

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

llvm/docs/LangRef.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30963,9 +30963,8 @@ Overview:
3096330963
"""""""""
3096430964

3096530965
The ``llvm.reloc.none`` intrinsic emits a no-op relocation against a given
30966-
operand symbol. This can bring the symbol
30967-
definition into the link without emitting any code or data to the binary for
30968-
that purpose.
30966+
operand symbol. This can bring the symbol definition into the link without
30967+
emitting any code or data to the binary for that purpose.
3096930968

3097030969
Arguments:
3097130970
""""""""""
@@ -30976,7 +30975,7 @@ argument.
3097630975
Semantics:
3097730976
""""""""""
3097830977

30979-
This intrinsic emits a no-op relocation for the symbol the location of the
30978+
This intrinsic emits a no-op relocation for the symbol at the location of the
3098030979
intrinsic call.
3098130980

3098230981

0 commit comments

Comments
 (0)