diff options
author | Christian Bruel <christian.bruel@st.com> | 2007-03-28 14:52:07 +0200 |
---|---|---|
committer | Kaz Kojima <kkojima@gcc.gnu.org> | 2007-03-28 12:52:07 +0000 |
commit | 5261837677ef8ba5d35d0ae1edf23ce2c6ab0636 (patch) | |
tree | 2352c98461ed6f026e6254579f5ebeaf0f679112 | |
parent | bbccf9081ececfb54f1c514efdd29592db15ac44 (diff) | |
download | gcc-5261837677ef8ba5d35d0ae1edf23ce2c6ab0636.zip gcc-5261837677ef8ba5d35d0ae1edf23ce2c6ab0636.tar.gz gcc-5261837677ef8ba5d35d0ae1edf23ce2c6ab0636.tar.bz2 |
sh.md (movsi_i): Fix type attribute.
* config/sh/sh.md (movsi_i): Fix type attribute.
From-SVN: r123296
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sh/sh.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d7c9159..348ecad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 308edd6..fe99638 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -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 |