Skip to content

Commit 5b907c4

Browse files
committed
Fix langref formatting
1 parent 5a6b6fd commit 5b907c4

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
@@ -30984,9 +30984,8 @@ Overview:
3098430984
"""""""""
3098530985

3098630986
The ``llvm.reloc.none`` intrinsic emits a no-op relocation against a given
30987-
operand symbol. This can bring the symbol
30988-
definition into the link without emitting any code or data to the binary for
30989-
that purpose.
30987+
operand symbol. This can bring the symbol definition into the link without
30988+
emitting any code or data to the binary for that purpose.
3099030989

3099130990
Arguments:
3099230991
""""""""""
@@ -30997,7 +30996,7 @@ argument.
3099730996
Semantics:
3099830997
""""""""""
3099930998

31000-
This intrinsic emits a no-op relocation for the symbol the location of the
30999+
This intrinsic emits a no-op relocation for the symbol at the location of the
3100131000
intrinsic call.
3100231001

3100331002

0 commit comments

Comments
 (0)