+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
#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
{