stormy16-protos.h: Remove the prototypes for xstormy16_ineqsi_operator...
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 3 Apr 2005 06:32:13 +0000 (06:32 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 3 Apr 2005 06:32:13 +0000 (06:32 +0000)
commit25af5506aab83668a1d7c0e1efbe88f2b0de3dfb
treeb17a42c07a21561134b517e148affb1bcf0d0fec
parentc8db7af2be7fe3e17cb9269ca5a8639cf59781e3
stormy16-protos.h: Remove the prototypes for xstormy16_ineqsi_operator...

* config/stormy16/stormy16-protos.h: Remove the prototypes for
xstormy16_ineqsi_operator, equality_operator,
inequality_operator, shift_operator,
xstormy16_below100_operand, xstormy16_below100_or_register,
xstormy16_splittable_below100_or_register,
xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand.
* config/stormy16/stormy16.c (xstormy16_ineqsi_operator,
equality_operator, inequality_operator,
xstormy16_below100_operand, xstormy16_below100_or_register,
xstormy16_splittable_below100_or_register,
xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand,
nonimmediate_nonstack_operand, shift_operator): Move to
predicates.md.
* config/stormy16/stormy16.h (PREDICATE_CODES): Remove.
* config/stormy16/stormy16.md: Include predicates.md.
* config/stormy16/predicates.md: New.

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