[llvm] r332967 - LangRef.rst: the "\01" prefix applies not just to variables

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 03:14:07 PDT 2018


Author: hans
Date: Tue May 22 03:14:07 2018
New Revision: 332967

URL: http://llvm.org/viewvc/llvm-project?rev=332967&view=rev
Log:
LangRef.rst: the "\01" prefix applies not just to variables

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=332967&r1=332966&r2=332967&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue May 22 03:14:07 2018
@@ -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.




More information about the llvm-commits mailing list