Commit 3864b6fe by Kazu Hirata Committed by Kazu Hirata

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
parent 8b6bd5d7
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> 2004-01-02 Jan Hubicka <jh@suse.cz>
* cgraphunit.c (cgraph_optimize_function): Call optimize_inline_calls * cgraphunit.c (cgraph_optimize_function): Call optimize_inline_calls
......
...@@ -1110,8 +1110,10 @@ struct cum_arg {int nbytes; }; ...@@ -1110,8 +1110,10 @@ struct cum_arg {int nbytes; };
#define FILE_ASM_OP "\t.file\n" #define FILE_ASM_OP "\t.file\n"
#define PREDICATE_CODES \ #define PREDICATE_CODES \
{"const_1f_operand", {CONST_INT, CONST_DOUBLE}}, {"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 typedef struct mn10300_cc_status_mdep
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment