Commit 0d091530 by H.J. Lu Committed by Jeff Law

expr.c (do_jump_by_parts_greater_rtx): Removed.

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

From-SVN: r20611
parent 3ca4021d
......@@ -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.
......
......@@ -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
......
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