fold-const.c (LOWPART, [...]): Move ...
authorRichard Guenther <rguenther@suse.de>
Thu, 15 Apr 2010 12:45:58 +0000 (12:45 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 15 Apr 2010 12:45:58 +0000 (12:45 +0000)
commit330db1e301250f2b81a1dc79a8c07b2d9e7dfc29
treeef22bf965c36b317d7e9ce2473fb42ef161f830d
parent0b3467c4a3424bc3b960336dd87160db7a481f99
fold-const.c (LOWPART, [...]): Move ...

2010-04-15  Richard Guenther  <rguenther@suse.de>

* fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
fit_double_type, force_fit_type_double, add_double_with_sign,
neg_double, mul_double_with_sign, lshift_double, rshift_double,
lrotate_double, rrotate_double, div_and_round_double): Move ...
* double-int.c: ... here.
* tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
add_double, neg_double, mul_double_with_sign, mul_double,
lshift_double, rshift_double, lrotate_double, rrotate_double,
div_and_round_double): Move prototypes ...
* double-int.h: ... here.

From-SVN: r158372
gcc/ChangeLog
gcc/double-int.c
gcc/double-int.h
gcc/fold-const.c
gcc/tree.h