This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

patch: rs6000 remove unused prototype


installed as obvious.

2001-12-17  Aldy Hernandez  <aldyh@redhat.com>

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

Index: rs6000.c
===================================================================
RCS file: /cvs/uberbaum/gcc/config/rs6000/rs6000.c,v
retrieving revision 1.264
diff -c -p -r1.264 rs6000.c
*** rs6000.c	2001/12/17 19:05:43	1.264
--- rs6000.c	2001/12/17 22:29:03
*************** static void rs6000_parse_abi_options PAR
*** 167,173 ****
  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));
--- 167,172 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]