[llvm] 8e3b9f4 - [LangRef] Fix a typo in DISubrange section
Yuanfang Chen via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 8 16:46:54 PDT 2021
Author: Yuanfang Chen
Date: 2021-10-08T16:46:31-07:00
New Revision: 8e3b9f453f9a4aef97cc9c5cb2501685cb53f633
URL: https://github.com/llvm/llvm-project/commit/8e3b9f453f9a4aef97cc9c5cb2501685cb53f633
DIFF: https://github.com/llvm/llvm-project/commit/8e3b9f453f9a4aef97cc9c5cb2501685cb53f633.diff
LOG: [LangRef] Fix a typo in DISubrange section
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index ed62a1b01ecb6..587f694519c91 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -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
More information about the llvm-commits
mailing list