aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-10-10 18:09:45 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-10-10 18:09:45 -0700
commitba3c4fbb5941a505770abc767601b0571cef9e8a (patch)
treea300b19c8c8fa8dfe09cc1f268c0529b3da5990c
parentb30668b77a28539a072eb8c363a0f25303294d56 (diff)
downloadgcc-ba3c4fbb5941a505770abc767601b0571cef9e8a.zip
gcc-ba3c4fbb5941a505770abc767601b0571cef9e8a.tar.gz
gcc-ba3c4fbb5941a505770abc767601b0571cef9e8a.tar.bz2
* rtl.h (can_reverse_comparison_p): Remove.
From-SVN: r46170
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/rtl.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6bc3557..1001a56 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 22f673e..abc7d8c 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));