From: Jim Wilson Date: Tue, 22 Jun 1999 20:33:23 +0000 (+0000) Subject: Correct typo in smul@var{m}3_highpart documentation. X-Git-Tag: releases/libgcj-2.95.0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=759c58af5081077bab418e4a681ca01ab88ba95c;p=thirdparty%2Fgcc.git Correct typo in smul@var{m}3_highpart documentation. From-SVN: r27706 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b83b411a8d3c..64120f9022e3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Jun 22 20:23:43 1999 Jim Wilson + + * md.texi (smul@var{m}3_highpart): Add missing 's' prefix. + 1999-06-22 Jim Wilson * expr.c (store_expr): When target is a promoted subreg, return a diff --git a/gcc/md.texi b/gcc/md.texi index 907df37080e8..11a4001e6821 100644 --- a/gcc/md.texi +++ b/gcc/md.texi @@ -1869,7 +1869,7 @@ Similar widening-multiplication instructions that do unsigned multiplication. @cindex @code{smul@var{m}3_highpart} instruction pattern -@item @samp{mul@var{m}3_highpart} +@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.