diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-09-30 15:36:26 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-09-30 15:36:26 +0000 |
commit | 5116a5d2abdb71def512bf9ec6255f3a511d5e41 (patch) | |
tree | 5d9c2509ab43e109caf93d2dee946c2ca4497df4 /gcc/doc/md.texi | |
parent | 5dc2e33320cada5471dfa0fa219c302d367b75c1 (diff) | |
download | gcc-5116a5d2abdb71def512bf9ec6255f3a511d5e41.zip gcc-5116a5d2abdb71def512bf9ec6255f3a511d5e41.tar.gz gcc-5116a5d2abdb71def512bf9ec6255f3a511d5e41.tar.bz2 |
tree-vect-transform.c, [...]: Fix comment typos.
* tree-vect-transform.c, config/ms1/ms1.md,
config/s390/s390.c, config/v850/v850.md: Fix comment typos.
Follow spelling conventions.
* doc/invoke.texi, doc/md.texi: Fix typos.
From-SVN: r104817
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r-- | gcc/doc/md.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 38c311d..460f24d 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -3086,14 +3086,14 @@ modes. @cindex @code{reduc_splus_@var{m}} instruction pattern @item @samp{reduc_splus_@var{m}} -Compute the sum of the signed elements of a vector. The vector is opernad 1, -and the scalar result is stored in the least significant bits of opernad 0 +Compute the sum of the signed elements of a vector. The vector is operand 1, +and the scalar result is stored in the least significant bits of operand 0 (also a vector). The output and input vector should have the same modes. @cindex @code{reduc_uplus_@var{m}} instruction pattern @item @samp{reduc_uplus_@var{m}} -Compute the sum of the unsigned elements of a vector. The vector is opernad 1, -and the scalar result is stored in the least significant bits of opernad 0 +Compute the sum of the unsigned elements of a vector. The vector is operand 1, +and the scalar result is stored in the least significant bits of operand 0 (also a vector). The output and input vector should have the same modes. @cindex @code{vec_shl_@var{m}} instruction pattern |