[llvm] cc20ca7 - TableGen/ProgRef.rst: Fix copypasto in the description of `!range`

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 07:50:28 PDT 2023


Author: NAKAMURA Takumi
Date: 2023-04-26T23:47:15+09:00
New Revision: cc20ca741bc1009996781b28053aecd67adbae5d

URL: https://github.com/llvm/llvm-project/commit/cc20ca741bc1009996781b28053aecd67adbae5d
DIFF: https://github.com/llvm/llvm-project/commit/cc20ca741bc1009996781b28053aecd67adbae5d.diff

LOG: TableGen/ProgRef.rst: Fix copypasto in the description of `!range`

Added: 
    

Modified: 
    llvm/docs/TableGen/ProgRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/TableGen/ProgRef.rst b/llvm/docs/TableGen/ProgRef.rst
index a5616a474b326..ba3fa29261f8c 100644
--- a/llvm/docs/TableGen/ProgRef.rst
+++ b/llvm/docs/TableGen/ProgRef.rst
@@ -1783,7 +1783,7 @@ and non-0 as true.
     The result is `[0, 1, 2, 3]`.
     If *a* ``>=`` *b*, then the result is `[]<list<int>>`.
 
-``!range([``\ *list*\ ``)``
+``!range(``\ *list*\ ``)``
     Equivalent to ``!range(0, !size(list))``.
 
 ``!setdagop(``\ *dag*\ ``,`` *op*\ ``)``


        


More information about the llvm-commits mailing list