OSDN Git Service

* double-int.h (fit_double_type): Remove declaration.
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jul 2010 18:45:40 +0000 (18:45 +0000)
committeraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jul 2010 18:45:40 +0000 (18:45 +0000)
commita6caa15fd850657e54b7503695521137c0d55dff
tree57d6c25d9e2e26c53247cf44ec59628e7d5a7f44
parent7550e1d169bd31dd06508c252f3962e94b46cb16
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161847 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/double-int.c
gcc/double-int.h
gcc/tree.c
gcc/tree.h