Commit 59298b1d by Kazu Hirata Committed by Kazu Hirata

i860.h (PREDICATE_CODES): Remove nonexistent predicates.

	* config/i860/i860.h (PREDICATE_CODES): Remove nonexistent
	predicates.

From-SVN: r96834
parent 1ccc1c82
2005-03-21 Kazu Hirata <kazu@cs.umass.edu>
* config/i860/i860.h (PREDICATE_CODES): Remove nonexistent
predicates.
2005-03-21 Richard Sandiford <rsandifo@redhat.com>
* config/ip2k/ip2k.h (target_flags, TARGET_SWITCHES): Delete.
......
......@@ -1230,8 +1230,6 @@ extern const char *i860_reg_prefix;
{"logic_operand", {REG, SUBREG, CONST_INT}}, \
{"shift_operand", {REG, SUBREG, CONST_INT}}, \
{"compare_operand", {REG, SUBREG, CONST_INT}}, \
{"arith_const_operand", {CONST_INT}}, \
{"logic_const_operand", {CONST_INT}}, \
{"bte_operand", {REG, SUBREG, CONST_INT}}, \
{"indexed_operand", {MEM}}, \
{"load_operand", {MEM}}, \
......
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