s390-protos.h (s390_pool_operand): Remove.
authorUlrich Weigand <uweigand@de.ibm.com>
Tue, 9 Nov 2004 20:46:19 +0000 (20:46 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Tue, 9 Nov 2004 20:46:19 +0000 (20:46 +0000)
commite221ef54b8cb4feb7e3b3def11afae562be2c559
tree701431a891b98eaf7d09525617e359e3028a5a56
parent3172e26ca4384003dbd1bcdf367f65af061ae1b7
s390-protos.h (s390_pool_operand): Remove.

ChangeLog:

* config/s390/s390-protos.h (s390_pool_operand): Remove.
* config/s390/s390.c (s390_pool_operand): Likewise.
(s390_extra_constraint_str): Handle 'B' constraints.
* config/s390/s390.h (CONSTRAINT_LEN): Handle 'B' constraints.
* config/s390/s390.md: Document 'B' constraints.
("*cmpdi_cct", "*cmpsi_cct"): Use 'B' constraint instead of
s390_pool_operand to prevent insns with two literal pool
references.  Make pattern commutative.
("*cmpdi_ccu", "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu"): Use
'B' constraint instead of s390_pool_operand.

testsuite/ChangeLog:

* gcc.dg/20041109-1.c: New test.

From-SVN: r90364
gcc/ChangeLog
gcc/config/s390/s390-protos.h
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/config/s390/s390.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20041109-1.c [new file with mode: 0644]