sh.md (movsi_ie): Fix memory constraints attribute length.
authorChristian Bruel <christian.bruel@st.com>
Wed, 28 Mar 2007 12:37:12 +0000 (12:37 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Wed, 28 Mar 2007 12:37:12 +0000 (12:37 +0000)
* config/sh/sh.md (movsi_ie): Fix memory constraints attribute length.
(movsf_ie): Likewise.

From-SVN: r123295

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

index bd545feee2a1b6b04b70592616a8b7b372b5e8c8..d7c91597fc32ec2c407ddb3471185ad254430692 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-38  Christian Bruel  <christian.bruel@st.com>
+
+       * config/sh/sh.md (movsi_ie): Fix memory constraints attribute length.
+       (movsf_ie): Likewise.
+
 2007-03-28  Christian Bruel  <christian.bruel@st.com>
 
        * config.gcc: Add sh4-300 to multilib.
index 810e99dc018d6ea0bf71048bb7690a7f5b4f0e75..308edd6b97f332cfb01c90fccd28f0ce6a496e68 100644 (file)
@@ -4968,7 +4968,7 @@ label:
        ! move optimized away"
   [(set_attr "type" "pcload_si,move,movi8,move,*,load_si,mac_gp,prget,arith,store,mac_mem,pstore,gp_mac,prset,mem_mac,pload,load,fstore,pcload_si,gp_fpul,fpul_gp,fmove,fmove,fmove,nil")
    (set_attr "late_fp_use" "*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,yes,*,*,yes,*,*,*,*")
-   (set_attr "length" "*,*,*,4,*,4,*,*,*,4,*,*,*,*,*,*,*,*,*,*,*,*,*,*,0")])
+   (set_attr "length" "*,*,*,4,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,0")])
 
 (define_insn "movsi_i_lowpart"
   [(set (strict_low_part (match_operand:SI 0 "general_movdst_operand" "+r,r,r,r,r,r,r,m,r"))
@@ -6570,7 +6570,7 @@ label:
        ! move optimized away"
   [(set_attr "type" "fmove,move,fmove,fmove,pcfload,fload,fstore,pcload,load,store,fmove,fmove,load,*,fpul_gp,gp_fpul,fstore,load,nil")
    (set_attr "late_fp_use" "*,*,*,*,*,*,yes,*,*,*,*,*,*,*,yes,*,yes,*,*")
-   (set_attr "length" "*,*,*,*,4,4,4,*,*,*,2,2,2,4,2,2,2,2,0")
+   (set_attr "length" "*,*,*,*,4,2,2,*,*,*,2,2,2,4,2,2,2,2,0")
    (set (attr "fp_mode") (if_then_else (eq_attr "fmovd" "yes")
                                           (const_string "single")
                                           (const_string "none")))])