mn10300.h (PREDICATE_CODES): Add const_8bit_operand and call_address_operand.

* config/mn10300/mn10300.h (PREDICATE_CODES): Add
	const_8bit_operand and call_address_operand.

From-SVN: r75334
This commit is contained in:
Kazu Hirata 2004-01-02 18:23:10 +00:00 committed by Kazu Hirata
parent 8b6bd5d717
commit 3864b6fe3d
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-01-02 Kazu Hirata <kazu@cs.umass.edu>
* config/mn10300/mn10300.h (PREDICATE_CODES): Add
const_8bit_operand and call_address_operand.
2004-01-02 Jan Hubicka <jh@suse.cz>
* cgraphunit.c (cgraph_optimize_function): Call optimize_inline_calls

View file

@ -1110,8 +1110,10 @@ struct cum_arg {int nbytes; };
#define FILE_ASM_OP "\t.file\n"
#define PREDICATE_CODES \
{"const_1f_operand", {CONST_INT, CONST_DOUBLE}},
#define PREDICATE_CODES \
{"const_1f_operand", {CONST_INT, CONST_DOUBLE}}, \
{"const_8bit_operand", {CONST_INT}}, \
{"call_address_operand", {SYMBOL_REF, REG, UNSPEC}},
typedef struct mn10300_cc_status_mdep
{