double-int.h (tree_to_double_int): Remove macro.
commite6693cfa844724b9638ba35ebadc295eb8ef1b3c
authorAnatoly Sokolov <aesok@post.ru>
Mon, 3 May 2010 16:21:15 +0000 (3 20:21 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Mon, 3 May 2010 16:21:15 +0000 (3 20:21 +0400)
tree1ce211eb88d194b02c3a946a70569bde7f903735
parent8eb7bc3cda0c8a6560712056642b5dff43895f74
double-int.h (tree_to_double_int): Remove macro.

* double-int.h (tree_to_double_int): Remove macro.
(double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
* tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
(tree_to_double_int): New function.
* double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
Move ...
* tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.

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