From: J"orn Rennecke Date: Thu, 16 Jan 2003 21:43:43 +0000 (+0000) Subject: * sh.md (mshflo_w_x): Fix description of operation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08c43ea722efc612340b48c012e1d1cfc4c4c8fa;p=gcc.git * sh.md (mshflo_w_x): Fix description of operation. From-SVN: r61406 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 98e33e4d6c8..d5bc8019de1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Jan 16 21:50:25 2003 J"orn Rennecke + + * sh.md (mshflo_w_x): Fix description of operation. + 2003-01-16 Zack Weinberg * config/rs6000/rs6000.h: Mention Altivec registers in diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 029632f4c0a..811d950be1e 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")])