diff options
author | Jie Zhang <jie.zhang@analog.com> | 2005-11-11 17:58:31 +0000 |
---|---|---|
committer | Jie Zhang <jiez@gcc.gnu.org> | 2005-11-11 17:58:31 +0000 |
commit | 51a641fdb2ae830bce646ad72ab9919a269fb9d3 (patch) | |
tree | f972ce37060ef73ff75360d3018bddbb42111196 /gcc/ChangeLog | |
parent | 47b266bdfe8929e17037c7672ed6a30aac50d37e (diff) | |
download | gcc-51a641fdb2ae830bce646ad72ab9919a269fb9d3.zip gcc-51a641fdb2ae830bce646ad72ab9919a269fb9d3.tar.gz gcc-51a641fdb2ae830bce646ad72ab9919a269fb9d3.tar.bz2 |
bfin.c (bfin_expand_strmov): Correctly move the trailing bytes when align is 2.
* config/bfin/bfin.c (bfin_expand_strmov): Correctly move the trailing
bytes when align is 2.
* config/bfin/bfin.md (rep_movsi, rep_movhi): Make LSETUP be followed
by the first instruction of the loop.
From-SVN: r106790
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a871c4..425bc1a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2005-11-11 Jie Zhang <jie.zhang@analog.com> + + * config/bfin/bfin.c (bfin_expand_strmov): Correctly move the trailing + bytes when align is 2. + * config/bfin/bfin.md (rep_movsi, rep_movhi): Make LSETUP be followed + by the first instruction of the loop. + 2005-11-11 Jason Merrill <jason@redhat.com> PR c++/24686 |