OSDN Git Service

2001-12-17 Aldy Hernandez <aldyh@redhat.com>
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Dec 2001 22:33:39 +0000 (22:33 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Dec 2001 22:33:39 +0000 (22:33 +0000)
        * config/rs6000/rs6000.c: Remove is_gpr_return_reg prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48132 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 88594a4..f7e0892 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 9bc9253..79522a8 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));