From ca7d4e7a8ef1fd11a5a6d5c349b6257399fd2d1e Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 15 Jan 2014 02:30:37 +0000 Subject: [PATCH] LangRef: attempt to fix line breaks The line breaks around the "m:" text in the Data Layout section look weird. Let's see if this helps. llvm-svn: 199285 --- docs/LangRef.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 3540bdec8ac..a9e7326934b 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -1176,9 +1176,9 @@ as follows: * ``e``: ELF mangling: Private symbols get a ``.L`` prefix. * ``m``: Mips mangling: Private symbols get a ``$`` prefix. * ``o``: Mach-O mangling: Private symbols get ``L`` prefix. Other - symbols get a ``_`` prefix. + symbols get a ``_`` prefix. * ``w``: Windows COFF prefix: Similar to Mach-O, but stdcall and fastcall - functions also get a suffix based on the frame size. + functions also get a suffix based on the frame size. ``n::...`` This specifies a set of native integer widths for the target CPU in bits. For example, it might contain ``n32`` for 32-bit PowerPC,