Skip to content

Commit

Permalink
[Docs] Use anonymous reference (NFC)
Browse files Browse the repository at this point in the history
Hopefully fixes the build failure. Also fix a typo.
  • Loading branch information
nikic committed Jan 14, 2022
1 parent 454256e commit a2261e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm/docs/LangRef.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion llvm/docs/OpaquePointers.rst
Expand Up @@ -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.

0 comments on commit a2261e3

Please sign in to comment.