From: Aldy Hernandez Date: Mon, 17 Dec 2001 22:33:39 +0000 (+0000) Subject: rs6000.c: Remove is_gpr_return_reg prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee54071454c1c0abc4cc65cbba8abcdf7b41a788;p=gcc.git rs6000.c: Remove is_gpr_return_reg prototype. 2001-12-17 Aldy Hernandez * config/rs6000/rs6000.c: Remove is_gpr_return_reg prototype. From-SVN: r48132 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 88594a49df3..f7e0892f47a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-17 Aldy Hernandez + + * config/rs6000/rs6000.c: Remove is_gpr_return_reg prototype. + 2001-12-17 Neil Booth * doc/cppinternals.texi: Update. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 9bc925334e4..79522a890ba 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -167,7 +167,6 @@ static void rs6000_parse_abi_options PARAMS ((void)); static int first_altivec_reg_to_save PARAMS ((void)); static unsigned int compute_vrsave_mask PARAMS ((void)); static void is_altivec_return_reg PARAMS ((rtx, void *)); -static void is_gpr_return_reg PARAMS ((rtx, void *)); int vrsave_operation PARAMS ((rtx, enum machine_mode)); static rtx generate_set_vrsave PARAMS ((rtx, rs6000_stack_t *, int)); static void altivec_frame_fixup PARAMS ((rtx, rtx, HOST_WIDE_INT));