[llvm] a2261e3 - [Docs] Use anonymous reference (NFC)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 14 09:01:12 PST 2022


Author: Nikita Popov
Date: 2022-01-14T18:01:06+01:00
New Revision: a2261e399adb2d594a80b9d810ffa4de4ec81e1c

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

LOG: [Docs] Use anonymous reference (NFC)

Hopefully fixes the build failure. Also fix a typo.

Added: 
    

Modified: 
    llvm/docs/LangRef.rst
    llvm/docs/OpaquePointers.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 738d20018c2c..a53c5ab3a7d5 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -1199,7 +1199,7 @@ Currently, only the following parameter attributes are defined:
 
     The ``elementtype`` argument attribute can be used to specify a pointer
     element type in a way that is compatible with `opaque pointers
-    <OpaquePointers.html>`_.
+    <OpaquePointers.html>`__.
 
     The ``elementtype`` attribute by itself does not carry any specific
     semantics. However, certain intrinsics may require this attribute to be

diff  --git a/llvm/docs/OpaquePointers.rst b/llvm/docs/OpaquePointers.rst
index 8528ba4673f2..3b452da51d94 100644
--- a/llvm/docs/OpaquePointers.rst
+++ b/llvm/docs/OpaquePointers.rst
@@ -202,6 +202,6 @@ still some major open problems:
   pointers.
 
 * Loop access analysis does not support opaque pointers yet, and is currently
-  the main source of assertion failurse in optimized builds.
+  the main source of assertion failures in optimized builds.
 
 * Miscellanous uses of pointer element types remain everywhere.


        


More information about the llvm-commits mailing list