fr30-protos.h: Remove the prototypes for stack_add_operand...
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 4 Apr 2005 13:45:53 +0000 (13:45 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 4 Apr 2005 13:45:53 +0000 (13:45 +0000)
commitf17178cfe8771c6aed07946877f91f26a863fd11
treecc9bb30f184f1c185eaac8c5b6108fde24c5c057
parentc6db4d01cb4525127afdaf309954b18d25cef528
fr30-protos.h: Remove the prototypes for stack_add_operand...

* config/fr30/fr30-protos.h: Remove the prototypes for
stack_add_operand, add_immediate_operand,
high_register_operand, low_register_operand, call_operand,
di_operand, and nonimmediate_di_operand.
* config/fr30/fr30.c (stack_add_operand,
add_immediate_operand, high_register_operand,
low_register_operand, call_operand, di_operand,
nonimmediate_di_operand): Move to predicates.md.
* config/fr30/fr30.h (PREDICATE_CODES): Remove.
* config/fr30/fr30.md: Include predicates.md.
* config/fr30/predicates.md: New.

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