h8300-protos.h: Update the prototype for split_adds_subs.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 19 Feb 2003 12:53:32 +0000 (12:53 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 19 Feb 2003 12:53:32 +0000 (12:53 +0000)
commit590734b6544d296f3d4cf74713f7a1e723d03fbe
treec6a960b3c438ac4ceb2c48e35aa2b3a225924191
parent681979f075ee4d1473afafb1e5cf81f1eb8d1dc3
h8300-protos.h: Update the prototype for split_adds_subs.

* config/h8300/h8300-protos.h: Update the prototype for
split_adds_subs.  Remove the prototypes for
const_int_le_2_operand and const_int_le_6_operand.
* config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
(const_int_le_2_operand): Remove.
(const_int_le_6_operand): Likewise.
* config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
for const_int_le_2_operand and const_int_le_6_operand.
* config/h8300/h8300.md: Update all uses of split_adds_subs.
(a peephole2): New.

From-SVN: r63103
gcc/ChangeLog
gcc/config/h8300/h8300-protos.h
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.h
gcc/config/h8300/h8300.md