[llvm] 74f0e64 - [LangRef][Docs] Fix RST header length for GC intrinsics

J. Ryan Stinnett via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 08:54:06 PDT 2022


Author: J. Ryan Stinnett
Date: 2022-09-21T16:53:55+01:00
New Revision: 74f0e64bb94aba8264c8c7d45a930a894893eaa2

URL: https://github.com/llvm/llvm-project/commit/74f0e64bb94aba8264c8c7d45a930a894893eaa2
DIFF: https://github.com/llvm/llvm-project/commit/74f0e64bb94aba8264c8c7d45a930a894893eaa2.diff

LOG: [LangRef][Docs] Fix RST header length for GC intrinsics

This fixes up the header length which regressed in
8c1a9e3cf37cb2aa6e67934e56796284efa42806.

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index f07b1bbfec38..dc571b3a7962 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -12640,7 +12640,7 @@ done during the actual call modeled by the ``gc.statepoint``.
 .. _gc.get.pointer.base:
 
 '``llvm.experimental.gc.get.pointer.base``' Intrinsic
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Syntax:
 """""""
@@ -12678,7 +12678,7 @@ The return pointer type must be the same as the type of the parameter.
 
 
 '``llvm.experimental.gc.get.pointer.offset``' Intrinsic
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Syntax:
 """""""


        


More information about the llvm-commits mailing list