This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
remove dead decl
- To: gcc-patches at gcc dot gnu dot org
- Subject: remove dead decl
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 10 Oct 2001 18:11:03 -0700
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 ----