aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorJohn Wehle <john@feith.com>2000-02-18 06:32:01 +0000
committerJohn Wehle <wehle@gcc.gnu.org>2000-02-18 06:32:01 +0000
commita49a6a680068d483645cbc0f63975760b5d57886 (patch)
tree3c30c190987a1ec418bb165199041649c8b305e1 /gcc/tree.h
parent930b1f40d0f3b4ad09d916f2a6da33f9d20dfad9 (diff)
downloadgcc-a49a6a680068d483645cbc0f63975760b5d57886.zip
gcc-a49a6a680068d483645cbc0f63975760b5d57886.tar.gz
gcc-a49a6a680068d483645cbc0f63975760b5d57886.tar.bz2
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
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 8ea2204..02fa95b 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1666,6 +1666,7 @@ extern int attribute_list_equal PARAMS ((tree, tree));
extern int attribute_list_contained PARAMS ((tree, tree));
extern int tree_int_cst_equal PARAMS ((tree, tree));
extern int tree_int_cst_lt PARAMS ((tree, tree));
+extern int tree_int_cst_msb PARAMS ((tree));
extern int tree_int_cst_sgn PARAMS ((tree));
extern int index_type_equal PARAMS ((tree, tree));
extern tree get_inner_array_type PARAMS ((tree));