OSDN Git Service

LangRef.rst: the "\01" prefix applies not just to variables
authorHans Wennborg <hans@hanshq.net>
Tue, 22 May 2018 10:14:07 +0000 (10:14 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 22 May 2018 10:14:07 +0000 (10:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332967 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 455dd42..702df7a 100644 (file)
@@ -80,7 +80,7 @@ identifiers, for different purposes:
    characters may be escaped using ``"\xx"`` where ``xx`` is the ASCII
    code for the character in hexadecimal. In this way, any character can
    be used in a name value, even quotes themselves. The ``"\01"`` prefix
-   can be used on global variables to suppress mangling.
+   can be used on global values to suppress mangling.
 #. Unnamed values are represented as an unsigned numeric value with
    their prefix. For example, ``%12``, ``@2``, ``%44``.
 #. Constants, which are described in the section Constants_ below.