make stormy16 use constraints.md
authorNathan Froyd <froydnj@codesourcery.com>
Mon, 14 Feb 2011 20:59:19 +0000 (20:59 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Mon, 14 Feb 2011 20:59:19 +0000 (20:59 +0000)
commitd634083bd4b4d5ca55b47c3a5f17083e0fba61f3
treed8299400e9d59702656cfe7eb88af6219a457784
parent400a2d24373671cfd8de8c2a2c6d5c788d76b3d5
make stormy16 use constraints.md

make stormy16 use constraints.md
* config/stormy16/constraints.md: New file.
* config/stormy16/predicates.md (nonimmediate_nonstack_operand):
Use satisfies_constraint_Q and satisfies_constraint_R.
* config/stormy16/stomry16-protos.h (xstormy16_extra_constraint_p):
Delete.
(xstormy16_legitiamte_address_p): Declare.
* config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Delete.
(CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
(EXTRA_CONSTRAINT): Delete.
* config/stormy16/stormy16.c (xstormy16_legitiamte_address_p):
Un-staticize.
(xstormy16_extra_constraint_p): Delete.

From-SVN: r170152
gcc/ChangeLog
gcc/config/stormy16/constraints.md [new file with mode: 0644]
gcc/config/stormy16/predicates.md
gcc/config/stormy16/stormy16-protos.h
gcc/config/stormy16/stormy16.c
gcc/config/stormy16/stormy16.h
gcc/config/stormy16/stormy16.md