sh.md (movsi_ie): Fix memory constraints attribute length.
* config/sh/sh.md (movsi_ie): Fix memory constraints attribute length. (movsf_ie): Likewise. From-SVN: r123295
This commit is contained in:
parent
771026dd0c
commit
bbccf9081e
@ -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.
|
||||
|
@ -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")))])
|
||||
|
Loading…
Reference in New Issue
Block a user