* sh.md (mshflo_w_x): Fix description of operation.
authorJ"orn Rennecke <amylaar@onetel.net.uk>
Thu, 16 Jan 2003 21:43:43 +0000 (21:43 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Thu, 16 Jan 2003 21:43:43 +0000 (21:43 +0000)
From-SVN: r61406

gcc/ChangeLog
gcc/config/sh/sh.md

index 98e33e4d6c84632737fe89f5bf563cc17c7cd91e..d5bc8019de13bab9d3a63b805b425f0b1f323ba9 100644 (file)
@@ -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
index 029632f4c0a17eb88fa4e65ba3cd980db6837b9d..811d950be1e0a9d1a1d3256232661932b14d7623 100644 (file)
        (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")])