]> gcc.gnu.org Git - gcc.git/commit - gcc/local-alloc.c
reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CONSTRAINT...
authorUlrich Weigand <uweigand@de.ibm.com>
Wed, 14 Aug 2002 10:04:51 +0000 (10:04 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Wed, 14 Aug 2002 10:04:51 +0000 (10:04 +0000)
commitccfc6cc8fa5ab66c0e2dede177aa5b1010523ffc
treef8955f2da7788407bd35a092c0a414ccd029de11
parent72c41e5adc70750cee23e185d6cbadb3950a5b2d
reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CONSTRAINT and...

* reload.c (find_reloads): Handle constraint letters marked by
EXTRA_ADDRESS_CONSTRAINT and EXTRA_MEMORY_CONSTRAINT.
(alternative_allows_memconst): Likewise.
* reload1.c (maybe_fix_stack_asms): Likewise.
* recog.c (asm_operand_ok, preprocess_constraints,
constrain_operands): Likewise.
* regclass.c (record_operand_costs, record_reg_classes): Likewise.
* local-alloc.c (block_alloc, requires_inout): Likewise.
* stmt.c (parse_output_constraint, parse_input_constraint): Likewise.

* defaults.h (EXTRA_MEMORY_CONSTRAINT): Provide a default.
(EXTRA_ADDRESS_CONSTRAINT): Likewise.
* doc/tm.texi: Document these two new target macros.

* config/s390/s390.c (s390_expand_plus_operand): Accept already
valid operands.
(q_constraint): New function.
config/s390/s390-protos.h (q_constraint): Declare it.
config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
(EXTRA_MEMORY_CONSTRAINT): New macro.

* config/s390/s390.md: Throughout the machine description,
replace all instances of the constraint combinations 'Qo'
or 'oQ' with simply 'Q'.

From-SVN: r56291
13 files changed:
gcc/ChangeLog
gcc/config/s390/s390-protos.h
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/config/s390/s390.md
gcc/defaults.h
gcc/doc/tm.texi
gcc/local-alloc.c
gcc/recog.c
gcc/regclass.c
gcc/reload.c
gcc/reload1.c
gcc/stmt.c
This page took 0.058066 seconds and 5 git commands to generate.