Fixes Sphinx issue ('undefined label') introduced in r323313.

(and also slightly reformatted the related lines to look better in
the rendered HTML)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323317 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sander de Smalen 2018-01-24 10:30:23 +00:00
parent 20b5be1d09
commit 52662527d7

View File

@ -4309,9 +4309,11 @@ DISubrange
""""""""""
``DISubrange`` nodes are the elements for ``DW_TAG_array_type`` variants of
:ref:`DICompositeType`. ``count: -1`` indicates an empty array.
``count: !9`` describes the count with a :ref:`DILocalVariable`.
``count: !11`` describes the count with a :ref:`DIGlobalVariable`.
:ref:`DICompositeType`.
- ``count: -1`` indicates an empty array.
- ``count: !9`` describes the count with a :ref:`DILocalVariable`.
- ``count: !11`` describes the count with a :ref:`DIGlobalVariable`.
.. code-block:: llvm
@ -4380,6 +4382,8 @@ DINamespace
!0 = !DINamespace(name: "myawesomeproject", scope: !1, file: !2, line: 7)
.. _DIGlobalVariable:
DIGlobalVariable
""""""""""""""""