diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f158331c637a..bedbe8ebbff6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-02 Kazu Hirata + + * config/fr30/fr30.h (PREDICATE_CODES): Remove + fp_displacement_operand, sp_displacement_operand. + 2005-04-02 Alexandre Oliva PR debug/19345 diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h index 8f3d4de73871..87729db57cca 100644 --- a/gcc/config/fr30/fr30.h +++ b/gcc/config/fr30/fr30.h @@ -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 }},