[docs][GlobalISel] Fix the warnings during docs-llvm-html build

Before the fix the build of docs-llvm-html would fail.
The rG8bc03d216824 introduced a reference to an undefined label,
so we have warning as:

  llvm-project/llvm/docs/GlobalISel/GenericOpcode.rst:295:\
  undefined label: i_intr_llvm_ptrmask (if the link has no\
  caption the label must precede a section header)
This commit is contained in:
Djordje Todorovic 2020-06-25 10:39:39 +02:00
parent e34b88309e
commit 019d7a32fe
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ G_PTRMASK
Zero out an arbitrary mask of bits of a pointer. The mask type must be
an integer, and the number of vector elements must match for all
operands. This corresponds to :ref:`i_intr_llvm_ptrmask`.
operands. This corresponds to `i_intr_llvm_ptrmask`.
.. code-block:: none