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]

remove dead decl


This function doesn't exist anymore.


r~



        * rtl.h (can_reverse_comparison_p): Remove.

Index: rtl.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/rtl.h,v
retrieving revision 1.302
diff -c -p -d -r1.302 rtl.h
*** rtl.h	2001/10/09 06:03:02	1.302
--- rtl.h	2001/10/11 01:09:02
*************** extern int redirect_jump		PARAMS ((rtx, 
*** 1762,1768 ****
  extern void rebuild_jump_labels		PARAMS ((rtx));
  extern void thread_jumps		PARAMS ((rtx, int, int));
  extern int rtx_equal_for_thread_p	PARAMS ((rtx, rtx, rtx));
- extern int can_reverse_comparison_p	PARAMS ((rtx, rtx));
  extern enum rtx_code reversed_comparison_code PARAMS ((rtx, rtx));
  extern enum rtx_code reversed_comparison_code_parts PARAMS ((enum rtx_code,
  							     rtx, rtx, rtx));
--- 1762,1767 ----


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