diff options
Diffstat (limited to 'gcc/config/fr30/fr30-protos.h')
-rw-r--r-- | gcc/config/fr30/fr30-protos.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/fr30/fr30-protos.h b/gcc/config/fr30/fr30-protos.h index cf69a82e9ad..db9895a411f 100644 --- a/gcc/config/fr30/fr30-protos.h +++ b/gcc/config/fr30/fr30-protos.h @@ -32,13 +32,6 @@ extern int fr30_num_arg_regs (enum machine_mode, tree); #endif /* TREE_CODE */ #ifdef HAVE_MACHINE_MODES #define Mmode enum machine_mode -extern int stack_add_operand (rtx, Mmode); -extern int add_immediate_operand (rtx, Mmode); -extern int high_register_operand (rtx, Mmode); -extern int low_register_operand (rtx, Mmode); -extern int call_operand (rtx, Mmode); -extern int di_operand (rtx, Mmode); -extern int nonimmediate_di_operand (rtx, Mmode); extern int fr30_const_double_is_zero (rtx); #undef Mmode #endif /* HAVE_MACHINE_MODES */ |