Commit e79df5ce by Kazu Hirata Committed by Kazu Hirata

* config/c4x/c4x.h (PREDICATE_CODES): Remove mem_operand.

From-SVN: r100738
parent f1c9d07d
2005-06-08 Kazu Hirata <kazu@codesourcery.com>
* config/c4x/c4x.h (PREDICATE_CODES): Remove mem_operand.
2005-06-07 Eric Christopher <echristo@redhat.com>
* system.h: Poison EXTRA_CC_MODES.
......
......@@ -1699,8 +1699,7 @@ if (final_sequence != NULL_RTX) \
{"any_operand", {SUBREG, REG, MEM, CONST_INT, CONST_DOUBLE}}, \
{"par_ind_operand", {MEM}}, \
{"parallel_operand", {SUBREG, REG, MEM}}, \
{"symbolic_address_operand", {SYMBOL_REF, LABEL_REF, CONST}}, \
{"mem_operand", {MEM}},
{"symbolic_address_operand", {SYMBOL_REF, LABEL_REF, CONST}},
/* Define the intrinsic functions for the c3x/c4x. */
......
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