]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/s390/s390.md
s390-protos.h (s390_expand_clrmem): Delete.
authorAdrian Straetling <straetling@de.ibm.com>
Thu, 7 Jul 2005 10:34:57 +0000 (10:34 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Thu, 7 Jul 2005 10:34:57 +0000 (10:34 +0000)
commit6d057022743cd9dd0e46c494f0d9449cb7e5aad0
treee301231c4747444ffc60804e49f5ac57ae82248a
parent8daf098e468d2943bba4bd4617f5e56e6529a69d
s390-protos.h (s390_expand_clrmem): Delete.

2005-07-07  Adrian Straetling  <straetling@de.ibm.com>

* config/s390/s390-protos.h (s390_expand_clrmem): Delete.
(s390_expand_setmem): New.
* config/s390/s390.c: Likewise.
(print_shift_count_operand): Truncate to 12 bits instead of 6.
Adapt comments.
* config/s390/s390.md: ("setmem<mode>"): Accept character as
general_operand.  Call new function "s390_expand_setmem".
("clrmem_long", "*clrmem_long"): Rewrite to ...
("setmem_long", "*setmem_long"): ... this.

From-SVN: r101705
gcc/ChangeLog
gcc/config/s390/s390-protos.h
gcc/config/s390/s390.c
gcc/config/s390/s390.md