From: Richard Henderson Date: Thu, 11 Oct 2001 01:09:45 +0000 (-0700) Subject: * rtl.h (can_reverse_comparison_p): Remove. X-Git-Tag: prereleases/libstdc++-3.0.95~1692 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba3c4fbb5941a505770abc767601b0571cef9e8a;p=thirdparty%2Fgcc.git * rtl.h (can_reverse_comparison_p): Remove. From-SVN: r46170 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6bc35572e97d..1001a5642fba 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-10-10 Richard Henderson + + * rtl.h (can_reverse_comparison_p): Remove. + 2001-10-10 Christopher Faylor * config/i386/cygwin.h: Avoid adding include files if -nostdinc is diff --git a/gcc/rtl.h b/gcc/rtl.h index 22f673e23f87..abc7d8cc3465 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1762,7 +1762,6 @@ extern int redirect_jump PARAMS ((rtx, rtx, int)); 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));