aboutsummaryrefslogtreecommitdiff
path: root/gcc/double-int.h
diff options
context:
space:
mode:
authorAnatoly Sokolov <aesok@post.ru>2010-06-28 22:23:16 +0400
committerAnatoly Sokolov <aesok@gcc.gnu.org>2010-06-28 22:23:16 +0400
commit9589f23ea556ef4d3b083a83e49156780b6b9cde (patch)
tree4667776860379c311babeb25f863259e7d46dbc0 /gcc/double-int.h
parentdfecaf599b25b0335a01a640821046564d0fa3f3 (diff)
downloadgcc-9589f23ea556ef4d3b083a83e49156780b6b9cde.zip
gcc-9589f23ea556ef4d3b083a83e49156780b6b9cde.tar.gz
gcc-9589f23ea556ef4d3b083a83e49156780b6b9cde.tar.bz2
double-int.h (force_fit_type_double): Remove declaration.
* double-int.h (force_fit_type_double): Remove declaration. * double-int.c (force_fit_type_double): Move to tree.c. * tree.h (force_fit_type_double): Declare. * tree.h (force_fit_type_double): Moved from double-int.c. Use double_int type for 'cst' argument. Use double_int_fits_to_tree_p and double_int_to_tree instead of fit_double_type and build_int_cst_wide. * convert.c (convert_to_pointer): Adjust call to force_fit_type_double. * tree-vrp.c (extract_range_from_assert, extract_range_from_unary_expr): Adjust call to force_fit_type_double. * fold-const.c: Update comment. (int_const_binop, fold_convert_const_int_from_int, fold_convert_const_int_from_real, fold_convert_const_int_from_fixed, extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison, fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const, round_up_loc): Adjust call to force_fit_type_double. /c-family * c-common.c (shorten_compare): Adjust call to force_fit_type_double. From-SVN: r161509
Diffstat (limited to 'gcc/double-int.h')
-rw-r--r--gcc/double-int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/double-int.h b/gcc/double-int.h
index 250951d..6af0757 100644
--- a/gcc/double-int.h
+++ b/gcc/double-int.h
@@ -269,8 +269,6 @@ double_int_equal_p (double_int cst1, double_int cst2)
/* Legacy interface with decomposed high/low parts. */
-extern tree force_fit_type_double (tree, unsigned HOST_WIDE_INT, HOST_WIDE_INT,
- int, bool);
extern int fit_double_type (unsigned HOST_WIDE_INT, HOST_WIDE_INT,
unsigned HOST_WIDE_INT *, HOST_WIDE_INT *,
const_tree);