This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

md.texi (smul@var{m}3_highpart): Add missing 's' prefix.


I have checked in this patch.

This fixes a typo in the documentation for one of the named patterns.
This could mislead people into writing patterns with the wrong name, and
that is in fact how I noticed it.  I grepped all of the current ports to see
if they had this problem; they all look OK.

Tue Jun 22 20:23:43 1999  Jim Wilson  <wilson@cygnus.com>

	* md.texi (smul@var{m}3_highpart): Add missing 's' prefix.

Index: md.texi
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/md.texi,v
retrieving revision 1.24
diff -p -r1.24 md.texi
*** md.texi	1999/02/27 00:16:00	1.24
--- md.texi	1999/06/23 03:23:22
*************** Similar widening-multiplication instruct
*** 1869,1875 ****
  multiplication.
  
  @cindex @code{smul@var{m}3_highpart} instruction pattern
! @item @samp{mul@var{m}3_highpart}
  Perform a signed multiplication of operands 1 and 2, which have mode
  @var{m}, and store the most significant half of the product in operand 0.
  The least significant half of the product is discarded.
--- 1869,1875 ----
  multiplication.
  
  @cindex @code{smul@var{m}3_highpart} instruction pattern
! @item @samp{smul@var{m}3_highpart}
  Perform a signed multiplication of operands 1 and 2, which have mode
  @var{m}, and store the most significant half of the product in operand 0.
  The least significant half of the product is discarded.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]