mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
23ea4f4a80
commit
8c1d21e66a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 }},
|
||||
|
|
|
|||
Loading…
Reference in New Issue