* rtl.h (can_reverse_comparison_p): Remove.

From-SVN: r46170
This commit is contained in:
Richard Henderson 2001-10-10 18:09:45 -07:00 committed by Richard Henderson
parent b30668b77a
commit ba3c4fbb59
2 changed files with 4 additions and 1 deletions

View 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

View File

@ -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));