[llvm] 4f6ad17 - Fix typo (NFC) (#110817)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 03:23:35 PDT 2024


Author: Benjamin Maxwell
Date: 2024-10-02T11:23:32+01:00
New Revision: 4f6ad17adce1b87cadf0c896d3b38334045196ea

URL: https://github.com/llvm/llvm-project/commit/4f6ad17adce1b87cadf0c896d3b38334045196ea
DIFF: https://github.com/llvm/llvm-project/commit/4f6ad17adce1b87cadf0c896d3b38334045196ea.diff

LOG: Fix typo (NFC) (#110817)

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 22dd7ad10baa2c..6fa35486669d69 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -12534,7 +12534,7 @@ class <t_firstclass>` type.
    :ref:`fast-math flags <fastmath>`. These are optimization hints to enable
    otherwise unsafe floating-point optimizations. Fast-math flags are only valid
    for selects that return :ref:`supported floating-point types
-   <fastmath_return_types>`..
+   <fastmath_return_types>`.
 
 Semantics:
 """"""""""


        


More information about the llvm-commits mailing list