diff options
author | John Wehle <john@feith.com> | 2000-02-18 06:32:01 +0000 |
---|---|---|
committer | John Wehle <wehle@gcc.gnu.org> | 2000-02-18 06:32:01 +0000 |
commit | a49a6a680068d483645cbc0f63975760b5d57886 (patch) | |
tree | 3c30c190987a1ec418bb165199041649c8b305e1 /gcc/tree.h | |
parent | 930b1f40d0f3b4ad09d916f2a6da33f9d20dfad9 (diff) | |
download | gcc-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)); |