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
This commit is contained in:
Kazu Hirata 2005-04-02 17:41:35 +00:00 committed by Kazu Hirata
parent 23ea4f4a80
commit 8c1d21e66a
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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 }},