double-int.h (fit_double_type): Remove declaration.
commit88e06841144bd5612bc3411a657094c2fb39575f
authorAnatoly Sokolov <aesok@post.ru>
Mon, 5 Jul 2010 18:45:40 +0000 (5 22:45 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Mon, 5 Jul 2010 18:45:40 +0000 (5 22:45 +0400)
tree57d6c25d9e2e26c53247cf44ec59628e7d5a7f44
parent92eb4438684a217e0f6968d0ab996424c7af055f
double-int.h (fit_double_type): Remove declaration.

* double-int.h (fit_double_type): Remove declaration.
* double-int.c (fit_double_type): Remove function.
* tree.h (int_fits_type_p): Adjust prototype.
* tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
instead of fit_double_type.
(build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
instead of fit_double_type and build_int_cst_wide.
* builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
instead of fit_double_type and build_int_cst_wide.
(fold_builtin_object_size): Use double_int_fits_to_tree_p instead
of fit_double_type.

From-SVN: r161847
gcc/ChangeLog
gcc/builtins.c
gcc/double-int.c
gcc/double-int.h
gcc/tree.c
gcc/tree.h