Commit 8c1d21e6 by Kazu Hirata Committed by Kazu Hirata

fr30.h (PREDICATE_CODES): Remove fp_displacement_operand, sp_displacement_operand.

	* config/fr30/fr30.h (PREDICATE_CODES): Remove
	fp_displacement_operand, sp_displacement_operand.

From-SVN: r97453
parent 23ea4f4a
2005-04-02 Kazu Hirata <kazu@cs.umass.edu>
* config/fr30/fr30.h (PREDICATE_CODES): Remove
fp_displacement_operand, sp_displacement_operand.
2005-04-02 Alexandre Oliva <aoliva@redhat.com>
PR debug/19345
......
......@@ -1129,8 +1129,6 @@ extern struct rtx_def * fr30_compare_op1;
{ "high_register_operand", { REG }}, \
{ "low_register_operand", { REG }}, \
{ "call_operand", { MEM }}, \
{ "fp_displacement_operand", { CONST_INT }}, \
{ "sp_displacement_operand", { CONST_INT }}, \
{ "di_operand", { CONST_INT, CONST_DOUBLE, REG, MEM }}, \
{ "nonimmediate_di_operand", { REG, MEM }}, \
{ "add_immediate_operand", { REG, CONST_INT }},
......
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