rs6000.c: Remove is_gpr_return_reg prototype.
authorAldy Hernandez <aldyh@redhat.com>
Mon, 17 Dec 2001 22:33:39 +0000 (22:33 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Mon, 17 Dec 2001 22:33:39 +0000 (22:33 +0000)
2001-12-17  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.c: Remove is_gpr_return_reg prototype.

From-SVN: r48132

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 88594a49df3b0a58b71dc5f40b1d439312e3f9af..f7e0892f47afd2e2ad469e3f0e8b304391e4a618 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-17  Aldy Hernandez  <aldyh@redhat.com>
+
+        * config/rs6000/rs6000.c: Remove is_gpr_return_reg prototype.
+
 2001-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * doc/cppinternals.texi: Update.
index 9bc925334e425fac83d977e6aa284b665ce82cfa..79522a890ba11a2d6a7acb5650e53803cb63d648 100644 (file)
@@ -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));