From b30f05db0126204d27f14419e1756886612cd0e0 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Wed, 18 Aug 1999 17:51:27 +0000 Subject: Combined compare & jump infrastructure From-SVN: r28752 --- gcc/expr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/expr.h') diff --git a/gcc/expr.h b/gcc/expr.h index 8319e25..b3fbaea 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -801,6 +801,9 @@ extern void do_jump PROTO((tree, rtx, rtx)); /* Generate rtl to compare two rtx's, will call emit_cmp_insn. */ extern rtx compare_from_rtx PROTO((rtx, rtx, enum rtx_code, int, enum machine_mode, rtx, int)); +extern void do_compare_rtx_and_jump PROTO((rtx, rtx, enum rtx_code, int, + enum machine_mode, rtx, int, + rtx, rtx)); /* Generate a tablejump instruction (used for switch statements). */ extern void do_tablejump PROTO((rtx, enum machine_mode, rtx, rtx, rtx)); -- cgit v1.1