From: Matt Arsenault Date: Wed, 14 Jun 2023 14:22:14 +0000 (-0400) Subject: LangRef: Delete trailing whitespace X-Git-Tag: upstream/17.0.6~4935 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a257aebeba37c5a009bb90fdaad5fda9aa1f83b;p=platform%2Fupstream%2Fllvm.git LangRef: Delete trailing whitespace --- diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index b9d3589..3e98b99 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -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: @@ -9623,7 +9623,7 @@ Overview: """"""""" The '``frem``' instruction returns the remainder from the division of -its two operands. +its two operands. .. note::