From 8a257aebeba37c5a009bb90fdaad5fda9aa1f83b Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Wed, 14 Jun 2023 10:22:14 -0400 Subject: [PATCH] LangRef: Delete trailing whitespace --- llvm/docs/LangRef.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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:: -- 2.7.4