[llvm] 8a257ae - LangRef: Delete trailing whitespace

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 06:55:33 PDT 2023


Author: Matt Arsenault
Date: 2023-06-15T09:55:20-04:00
New Revision: 8a257aebeba37c5a009bb90fdaad5fda9aa1f83b

URL: https://github.com/llvm/llvm-project/commit/8a257aebeba37c5a009bb90fdaad5fda9aa1f83b
DIFF: https://github.com/llvm/llvm-project/commit/8a257aebeba37c5a009bb90fdaad5fda9aa1f83b.diff

LOG: LangRef: Delete trailing whitespace

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index b9d3589882278..3e98b99905f16 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::
 


        


More information about the llvm-commits mailing list