Commit 52618376 by Christian Bruel Committed by Kaz Kojima

sh.md (movsi_i): Fix type attribute.

	* config/sh/sh.md (movsi_i): Fix type attribute.

From-SVN: r123296
parent bbccf908
2007-03-28 Christian Bruel <christian.bruel@st.com>
* config/sh/sh.md (movsi_i): Fix type attribute.
2007-03-38 Christian Bruel <christian.bruel@st.com>
* config/sh/sh.md (movsi_ie): Fix memory constraints attribute length.
......
......@@ -4923,7 +4923,7 @@ label:
lds.l %1,%0
lds.l %1,%0
fake %1,%0"
[(set_attr "type" "pcload_si,move,movi8,mt_group,load_si,mac_gp,prget,arith,mac_mem,store,pstore,gp_mac,prset,mem_mac,pload,pcload_si")
[(set_attr "type" "pcload_si,move,movi8,mt_group,load_si,mac_gp,prget,arith,store,mac_mem,pstore,gp_mac,prset,mem_mac,pload,pcload_si")
(set_attr "length" "*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*")])
;; t/r must come after r/r, lest reload will try to reload stuff like
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment