diff options
author | Jakub Jelinek <jakub@redhat.com> | 2003-07-11 23:04:56 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2003-07-11 23:04:56 +0200 |
commit | 358b8f011484b845868d977d9bc0caaa096c96a3 (patch) | |
tree | a3656da4466c54cd571525ec90e2a1bf57bccbda /libjava/testsuite/libjava.verify/README.verify | |
parent | 8634e925a9f53c086210ee461a0002278bc5c3d2 (diff) | |
download | gcc-358b8f011484b845868d977d9bc0caaa096c96a3.zip gcc-358b8f011484b845868d977d9bc0caaa096c96a3.tar.gz gcc-358b8f011484b845868d977d9bc0caaa096c96a3.tar.bz2 |
optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists, then fall back to cmpstrM.
* optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists,
then fall back to cmpstrM.
* builtins.c (expand_builtin_memcmp): Likewise.
* config/s390/s390-protos.h (s390_expand_cmpstr): Rename to...
(s390_expand_cmpmem): ... this.
* config/s390/s390.md (cmpmemdi, cmpmemsi, cmpmem_short_64,
cmpmem_short_31, cmpmem_long_64, cmpmem_long_31): Renamed
from cmpstr* patterns. Rename call to s390_expand_cmpstr
to s390_expand_cmpmem.
* config/s390/s390.c (s390_expand_cmpstr): Rename to...
(s390_expand_cmpstr): ... this. Rename cmpstr* instructions
to cmpmem*.
* config/i370/i370.md (cmpmemsi, cmpmemsi_1): Renamed from
cmpstr* patterns.
* doc/md.texi (cmpstrM): Describe as String compare insn, not
Block compare insn.
(cmpmemM): Add.
* gcc.dg/20030711-1.c: New test.
From-SVN: r69243
Diffstat (limited to 'libjava/testsuite/libjava.verify/README.verify')
0 files changed, 0 insertions, 0 deletions