diff options
author | J"orn Rennecke <amylaar@onetel.net.uk> | 2003-01-16 21:43:43 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2003-01-16 21:43:43 +0000 |
commit | 08c43ea722efc612340b48c012e1d1cfc4c4c8fa (patch) | |
tree | 675f18d939f4a7961c34b16bcfa95f4abc2d24ae /gcc | |
parent | 3afcbc9b3427e50d25ec4577c5e40dfd3831c1b0 (diff) | |
download | gcc-08c43ea722efc612340b48c012e1d1cfc4c4c8fa.zip gcc-08c43ea722efc612340b48c012e1d1cfc4c4c8fa.tar.gz gcc-08c43ea722efc612340b48c012e1d1cfc4c4c8fa.tar.bz2 |
* sh.md (mshflo_w_x): Fix description of operation.
From-SVN: r61406
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sh/sh.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 98e33e4..d5bc801 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Jan 16 21:50:25 2003 J"orn Rennecke <amylaar@onetel.net.uk> + + * sh.md (mshflo_w_x): Fix description of operation. + 2003-01-16 Zack Weinberg <zack@codesourcery.com> * config/rs6000/rs6000.h: Mention Altivec registers in diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 029632f..811d950 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -10111,7 +10111,7 @@ (vec_select:V4HI (vec_concat:V4HI (match_operand:V2HI 1 "extend_reg_or_0_operand" "rU") (match_operand:V2HI 2 "extend_reg_or_0_operand" "rU")) - (parallel [(const_int 0) (const_int 2) (const_int 1) (const_int 3)])))] + (parallel [(const_int 2) (const_int 0) (const_int 3) (const_int 1)])))] "TARGET_SHMEDIA" "mshflo.w %N1, %N2, %0" [(set_attr "type" "arith_media")]) |