Skip to content

Commit

Permalink
LangRef: Delete trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenm committed Jun 15, 2023
1 parent e3547bc commit 8a257ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions llvm/docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7436,9 +7436,9 @@ functions was called.
'``annotation``' Metadata
^^^^^^^^^^^^^^^^^^^^^^^^^

The ``annotation`` metadata can be used to attach a tuple of annotation strings
or a tuple of a tuple of annotation strings to any instruction. This metadata does
not impact the semantics of the program and may only be used to provide additional
The ``annotation`` metadata can be used to attach a tuple of annotation strings
or a tuple of a tuple of annotation strings to any instruction. This metadata does
not impact the semantics of the program and may only be used to provide additional
insight about the program and transformations to users.

Example:
Expand Down Expand Up @@ -9623,7 +9623,7 @@ Overview:
"""""""""

The '``frem``' instruction returns the remainder from the division of
its two operands.
its two operands.

.. note::

Expand Down

0 comments on commit 8a257ae

Please sign in to comment.