diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-11 01:09:45 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-11 01:09:45 +0000 |
commit | eb3f96be20c8d5cfd6506d3d1103ff797524b48a (patch) | |
tree | a300b19c8c8fa8dfe09cc1f268c0529b3da5990c /gcc/rtl.h | |
parent | 42f613d54031a7d0859959cee3a8b311ec444d74 (diff) | |
download | gcc-eb3f96be20c8d5cfd6506d3d1103ff797524b48a.tar.gz |
* rtl.h (can_reverse_comparison_p): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46170 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 22f673e23f8..abc7d8cc346 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)); |