diff options
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/fr30/fr30.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h index 8f3d4de7387..87729db57cc 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 }}, |