Skip to content

Commit 8c30818

Browse files
committed
Fix langref formatting
1 parent f1b0881 commit 8c30818

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
@@ -30915,9 +30915,8 @@ Overview:
3091530915
"""""""""
3091630916

3091730917
The ``llvm.reloc.none`` intrinsic emits a no-op relocation against a given
30918-
operand symbol. This can bring the symbol
30919-
definition into the link without emitting any code or data to the binary for
30920-
that purpose.
30918+
operand symbol. This can bring the symbol definition into the link without
30919+
emitting any code or data to the binary for that purpose.
3092130920

3092230921
Arguments:
3092330922
""""""""""
@@ -30928,7 +30927,7 @@ argument.
3092830927
Semantics:
3092930928
""""""""""
3093030929

30931-
This intrinsic emits a no-op relocation for the symbol the location of the
30930+
This intrinsic emits a no-op relocation for the symbol at the location of the
3093230931
intrinsic call.
3093330932

3093430933

0 commit comments

Comments
 (0)