]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* rtl.h (can_reverse_comparison_p): Remove.
authorRichard Henderson <rth@redhat.com>
Thu, 11 Oct 2001 01:09:45 +0000 (18:09 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 11 Oct 2001 01:09:45 +0000 (18:09 -0700)
From-SVN: r46170

gcc/ChangeLog
gcc/rtl.h

index 6bc35572e97da31c5e4b81bd5be2e8a28f534235..1001a5642fba9d746d97f2c13c4a8fadbeaa549e 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-10  Richard Henderson  <rth@redhat.com>
+
+       * rtl.h (can_reverse_comparison_p): Remove.
+
 2001-10-10  Christopher Faylor <cgf@redhat.com>
 
        * config/i386/cygwin.h: Avoid adding include files if -nostdinc is
index 22f673e23f8767904c9e0f005f713c1a09da78d9..abc7d8cc3465b968ca2a5c89df0e00b8a60f4483 100644 (file)
--- 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));