expr.c (do_jump_by_parts_greater_rtx): Removed.

* expr.c (do_jump_by_parts_greater_rtx): Removed.
	(truthvalue_conversion): Likewise.

From-SVN: r20611
This commit is contained in:
H.J. Lu 1998-06-19 22:06:11 +00:00 committed by Jeff Law
parent 3ca4021d53
commit 0d091530be
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,9 @@ Fri Jun 19 22:55:14 1998 Jeffrey A Law (law@cygnus.com)
Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org)
* expr.c (do_jump_by_parts_greater_rtx): Removed.
(truthvalue_conversion): Likewise.
* c-iterate.c: Include "expr.h".
(expand_expr): Use proper values when calling the function.

View File

@ -186,12 +186,10 @@ static void expand_builtin_return PROTO((rtx));
static rtx expand_increment PROTO((tree, int, int));
static void preexpand_calls PROTO((tree));
static void do_jump_by_parts_greater PROTO((tree, int, rtx, rtx));
void do_jump_by_parts_greater_rtx PROTO((enum machine_mode, int, rtx, rtx, rtx, rtx));
static void do_jump_by_parts_equality PROTO((tree, rtx, rtx));
static void do_jump_for_compare PROTO((rtx, rtx, rtx));
static rtx compare PROTO((tree, enum rtx_code, enum rtx_code));
static rtx do_store_flag PROTO((tree, rtx, enum machine_mode, int));
extern tree truthvalue_conversion PROTO((tree));
/* Record for each mode whether we can move a register directly to or
from an object of that mode in memory. If we can't, we won't try