diff options
Diffstat (limited to 'gcc/config/pa/pa-protos.h')
-rw-r--r-- | gcc/config/pa/pa-protos.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/pa/pa-protos.h b/gcc/config/pa/pa-protos.h index 3d128341d6b..ba496f966d5 100644 --- a/gcc/config/pa/pa-protos.h +++ b/gcc/config/pa/pa-protos.h @@ -71,12 +71,6 @@ extern rtx pa_legitimize_reload_address (rtx, machine_mode, extern rtx pa_return_addr_rtx (int, rtx); -#ifdef ARGS_SIZE_RTX -/* expr.h defines ARGS_SIZE_RTX and `enum direction' */ -#ifdef TREE_CODE -extern enum direction pa_function_arg_padding (machine_mode, const_tree); -#endif -#endif /* ARGS_SIZE_RTX */ extern int pa_insn_refs_are_delayed (rtx_insn *); extern rtx pa_get_deferred_plabel (rtx); extern rtx pa_maybe_emit_compare_and_swap_exchange_loop (rtx, rtx, rtx); |