h8300-protos.h: Remove prototypes for ok_for_bclr and small_power_of_two.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 30 May 2002 01:35:12 +0000 (01:35 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 30 May 2002 01:35:12 +0000 (01:35 +0000)
commit2e760b15f0cc7f1f0048fa997d225bb7c927b8ac
treeff1dfda87a769361d3707bb78a4b7cc2c9df4b09
parente1c293ae205da90f0bc0788fbf9bbe87336dcd58
h8300-protos.h: Remove prototypes for ok_for_bclr and small_power_of_two.

* config/h8300/h8300-protos.h: Remove prototypes for
ok_for_bclr and small_power_of_two.
* config/h8300/h8300.c (small_power_of_two): Remove.
(ok_for_blcr): Likewise.
(fix_bit_operand): Make WHAT deal with an integer instead of a
constraint character.
* config/h8300/h8300.h (CONST_OK_FOR_O): Remove.
(CONST_OK_FOR_P): Likewise.
(CONST_OK_FOR_LETTER_P): Do not call CONST_OK_FOR_O or
CONST_OK_FOR_P any more.
* config/h8300/h8300.md (andqi3): Adjust to the new prototype
of fix_bit_operand.
(iorqi3): Likewise.
(xorqi3): Likewise.

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