OSDN Git Service

* rtl.h (can_reverse_comparison_p): Remove.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Oct 2001 01:09:45 +0000 (01:09 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Oct 2001 01:09:45 +0000 (01:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46170 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/rtl.h

index 6bc3557..1001a56 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 22f673e..abc7d8c 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));