r158372 - in /trunk/gcc: ChangeLog double-int.c...
rguenth@gcc.gnu.org
rguenth@gcc.gnu.org
Thu Apr 15 12:45:00 GMT 2010
Author: rguenth
Date: Thu Apr 15 12:45:58 2010
New Revision: 158372
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158372
Log:
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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/double-int.c
trunk/gcc/double-int.h
trunk/gcc/fold-const.c
trunk/gcc/tree.h
More information about the Gcc-cvs
mailing list