[llvm] 6cad2a9 - Fix 'underline too short' failure

Qiu Chaofan via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 18 23:30:17 PST 2022


Author: Qiu Chaofan
Date: 2022-12-19T15:29:40+08:00
New Revision: 6cad2a95fb54539218298973cb7ddbafe7bb98e8

URL: https://github.com/llvm/llvm-project/commit/6cad2a95fb54539218298973cb7ddbafe7bb98e8
DIFF: https://github.com/llvm/llvm-project/commit/6cad2a95fb54539218298973cb7ddbafe7bb98e8.diff

LOG: Fix 'underline too short' failure

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 2011d17ea3be..938560b07f62 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -24599,7 +24599,7 @@ mode or state of floating point exceptions. Altering the floating point
 environment requires special care. See :ref:`Floating Point Environment <floatenv>`.
 
 '``llvm.get.rounding``' Intrinsic
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Syntax:
 """""""


        


More information about the llvm-commits mailing list