diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2005-06-01 06:52:51 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2005-06-01 06:52:51 +0000 |
commit | b76f4c1c79e7a5e317d505ac09de3614c8179857 (patch) | |
tree | 61e01ae4c2c3c7487aa6e4ea6a724c17202406d9 /gcc/config/sh | |
parent | 05adfd82384815e2f3f1cc403f934f10082319a4 (diff) | |
download | gcc-b76f4c1c79e7a5e317d505ac09de3614c8179857.zip gcc-b76f4c1c79e7a5e317d505ac09de3614c8179857.tar.gz gcc-b76f4c1c79e7a5e317d505ac09de3614c8179857.tar.bz2 |
sh-protos.h (sh_pch_valid_p): Delete.
* config/sh/sh-protos.h (sh_pch_valid_p): Delete.
(missing from yesterday's checkin)
From-SVN: r100429
Diffstat (limited to 'gcc/config/sh')
-rw-r--r-- | gcc/config/sh/sh-protos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/sh/sh-protos.h b/gcc/config/sh/sh-protos.h index d3644d8..dd9d5c2 100644 --- a/gcc/config/sh/sh-protos.h +++ b/gcc/config/sh/sh-protos.h @@ -159,7 +159,6 @@ extern rtx sh_function_arg (CUMULATIVE_ARGS *, enum machine_mode, tree, int); extern void sh_function_arg_advance (CUMULATIVE_ARGS *, enum machine_mode, tree, int); extern int sh_pass_in_reg_p (CUMULATIVE_ARGS *, enum machine_mode, tree); extern void sh_init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, tree, signed int, enum machine_mode); -extern const char *sh_pch_valid_p (const void *data_p, size_t sz); extern bool sh_promote_prototypes (tree); extern rtx replace_n_hard_rtx (rtx, rtx *, int , int); |