[PATCH] Change x86mmx -> x86_mmx in LangRef.rst.

Reid Kleckner rnk at google.com
Tue Mar 4 18:47:45 PST 2014


Thanks, committed in r202929.


On Tue, Mar 4, 2014 at 6:31 PM, Manuel Jacob <me at manueljacob.de> wrote:

> The correct name of the type in LLVM assembly is "x86_mmx".  I also
> removed the reST label "t_x86mmx" because it was unused anyway.
>
> http://llvm-reviews.chandlerc.com/D2955
>
> Files:
>   docs/LangRef.rst
>
> Index: docs/LangRef.rst
> ===================================================================
> --- docs/LangRef.rst
> +++ docs/LangRef.rst
> @@ -1752,14 +1752,12 @@
>     * - ``ppc_fp128``
>       - 128-bit floating point value (two 64-bits)
>
> -.. _t_x86mmx:
> -
> -X86mmx Type
> +X86_mmx Type
>  """""""""""
>
>  :Overview:
>
> -The x86mmx type represents a value held in an MMX register on an x86
> +The x86_mmx type represents a value held in an MMX register on an x86
>  machine. The operations allowed on it are quite limited: parameters and
>  return values, load and store, and bitcast. User-specified MMX
>  instructions are represented as intrinsic or asm calls with arguments
> @@ -1770,7 +1768,7 @@
>
>  ::
>
> -      x86mmx
> +      x86_mmx
>
>
>  .. _t_pointer:
> @@ -2055,7 +2053,7 @@
>  followed by 4 hexadecimal digits. All hexadecimal formats are big-endian
>  (sign bit at the left).
>
> -There are no constants of type x86mmx.
> +There are no constants of type x86_mmx.
>
>  .. _complexconstants:
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140304/2f2883a8/attachment.html>


More information about the llvm-commits mailing list