m68hc11-protos.h: Add a prototype for m68hcc_auto_inc_p.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 2 Apr 2005 19:31:23 +0000 (19:31 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 2 Apr 2005 19:31:23 +0000 (19:31 +0000)
commit577e5d76f980c812f7f26f6aeded7cda5049c5d7
tree5f9ad5386673079898234990f8a8c1fc361c3422
parent8c1d21e66a9ca1403ac36883a93bda16a0f6edb6
m68hc11-protos.h: Add a prototype for m68hcc_auto_inc_p.

* config/m68hc11/m68hc11-protos.h: Add a prototype for
m68hcc_auto_inc_p.
Remove the prototypes for tst_operand, cmp_operand,
stack_register_operand, d_register_operand,
hard_addr_reg_operand, splitable_operand,
m68hc11_logical_operator, m68hc11_arith_operator,
m68hc11_non_shift_operator, m68hc11_shift_operator,
m68hc11_unary_operator, m68hc11_eq_compare_operator,
non_push_operand, hard_reg_operand, and
reg_or_some_mem_operand.
* config/m68hc11/m68hc11.c (m68hcc_auto_inc_p): Make it
extern.
(tst_operand, cmp_operand, non_push_operand,
splitable_operand, reg_or_some_mem_operand,
stack_register_operand, d_register_operand,
hard_addr_reg_operand, hard_reg_operand,
m68hc11_eq_compare_operator, m68hc11_logical_operator,
m68hc11_arith_operator, m68hc11_non_shift_operator,
m68hc11_shift_operator, m68hc11_unary_operator): Move to
predicates.md.
* config/m68hc11/m68hc11.h (PREDICATE_CODES): Remove.
* config/m68hc11/m68hc11.md: Include predicates.md.
* config/m68hc11/predicates.md: New.

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