OSDN Git Service

Correct typo in smul@var{m}3_highpart documentation.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Jun 1999 20:33:23 +0000 (20:33 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Jun 1999 20:33:23 +0000 (20:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27706 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/md.texi

index b83b411..64120f9 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun 22 20:23:43 1999  Jim Wilson  <wilson@cygnus.com>
+
+       * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
+
 1999-06-22  Jim Wilson  <wilson@cygnus.com>
 
        * expr.c (store_expr): When target is a promoted subreg, return a
index 907df37..11a4001 100644 (file)
@@ -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.