forked from OSchip/llvm-project
[LangRef] Fix a typo in DISubrange section
This commit is contained in:
parent
a0a4935182
commit
8e3b9f453f
|
@ -5403,8 +5403,8 @@ DISubrange
|
|||
: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`.
|
||||
- ``count: !10`` describes the count with a :ref:`DILocalVariable`.
|
||||
- ``count: !12`` describes the count with a :ref:`DIGlobalVariable`.
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
|
|
Loading…
Reference in New Issue