diff options
| -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")]) |
