From a49a6a680068d483645cbc0f63975760b5d57886 Mon Sep 17 00:00:00 2001 From: John Wehle Date: Fri, 18 Feb 2000 06:32:01 +0000 Subject: loop.c (canonicalize_condition): New function, broken out of get_condition. * loop.c (canonicalize_condition): New function, broken out of get_condition. (get_condition): Use it. * expr.h (canonicalize_condition): Prototype it. * tree.h (tree_int_cst_msb): Declare. * tree.c (tree_int_cst_msb): New function. From-SVN: r32045 --- gcc/expr.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gcc/expr.h') diff --git a/gcc/expr.h b/gcc/expr.h index ef8622a..22af908 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -888,7 +888,12 @@ extern rtx emit_store_flag_force PARAMS ((rtx, enum rtx_code, rtx, rtx, /* Functions from loop.c: */ -/* Given a JUMP_INSN, return a description of the test being made. */ +/* Given an insn and condition, return a canonical description of + the test being made. */ +extern rtx canonicalize_condition PARAMS ((rtx, rtx, int, rtx *)); + +/* Given a JUMP_INSN, return a canonical description of the test + being made. */ extern rtx get_condition PARAMS ((rtx, rtx *)); /* Generate a conditional trap instruction. */ -- cgit v1.1