diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-22 20:33:23 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-22 20:33:23 +0000 |
commit | 1403ca743e02132ffece7731ecd7575233783d25 (patch) | |
tree | d34859dd93fa11da3177b30d16bfb1f003add76d /gcc/md.texi | |
parent | 28ad8d33dd04312216d3076e109459495a70e40f (diff) | |
download | gcc-1403ca743e02132ffece7731ecd7575233783d25.tar.gz |
Correct typo in smul@var{m}3_highpart documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27706 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/md.texi')
-rw-r--r-- | gcc/md.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/md.texi b/gcc/md.texi index 907df37080e..11a4001e682 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. |