Commit ba3c4fbb by Richard Henderson Committed by Richard Henderson

* rtl.h (can_reverse_comparison_p): Remove.

From-SVN: r46170
parent b30668b7
2001-10-10 Richard Henderson <rth@redhat.com>
* rtl.h (can_reverse_comparison_p): Remove.
2001-10-10 Christopher Faylor <cgf@redhat.com> 2001-10-10 Christopher Faylor <cgf@redhat.com>
* config/i386/cygwin.h: Avoid adding include files if -nostdinc is * config/i386/cygwin.h: Avoid adding include files if -nostdinc is
......
...@@ -1762,7 +1762,6 @@ extern int redirect_jump PARAMS ((rtx, rtx, int)); ...@@ -1762,7 +1762,6 @@ extern int redirect_jump PARAMS ((rtx, rtx, int));
extern void rebuild_jump_labels PARAMS ((rtx)); extern void rebuild_jump_labels PARAMS ((rtx));
extern void thread_jumps PARAMS ((rtx, int, int)); extern void thread_jumps PARAMS ((rtx, int, int));
extern int rtx_equal_for_thread_p PARAMS ((rtx, rtx, rtx)); 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 PARAMS ((rtx, rtx));
extern enum rtx_code reversed_comparison_code_parts PARAMS ((enum rtx_code, extern enum rtx_code reversed_comparison_code_parts PARAMS ((enum rtx_code,
rtx, rtx, rtx)); rtx, rtx, rtx));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment