[llvm] r202929 - Change x86mmx -> x86_mmx in LangRef.rst
Reid Kleckner
reid at kleckner.net
Tue Mar 4 18:41:37 PST 2014
Author: rnk
Date: Tue Mar 4 20:41:37 2014
New Revision: 202929
URL: http://llvm.org/viewvc/llvm-project?rev=202929&view=rev
Log:
Change x86mmx -> x86_mmx in LangRef.rst
The correct name of the type in LLVM assembly is "x86_mmx". Also remove
the reST label "t_x86mmx" because it was unused anyway.
Patch by Manuel Jacob!
Differential Revision: http://llvm-reviews.chandlerc.com/D2955
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=202929&r1=202928&r2=202929&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue Mar 4 20:41:37 2014
@@ -1743,14 +1743,12 @@ Floating Point Types
* - ``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
@@ -1761,7 +1759,7 @@ of this type.
::
- x86mmx
+ x86_mmx
.. _t_pointer:
@@ -2046,7 +2044,7 @@ The IEEE 16-bit format (half precision)
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:
More information about the llvm-commits
mailing list