OSDN Git Service

* double-int.h (tree_to_double_int): Remove macro.
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 May 2010 16:21:15 +0000 (16:21 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:37:53 +0000 (14:37 +0900)
commitf730f36c4c1fe1dfc04e0a8a627fb3374276d2be
treed55cd2ddba2d6ef8af83a35c354ef4f66fcc4f7d
parent2f259da408c2029c086c5686bbf17f1e1054e2cc
* 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.

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