double-int.h (double_int::from_unsigned): Rename to ...
authorRichard Guenther <rguenther@suse.de>
Wed, 15 Aug 2012 11:39:52 +0000 (11:39 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 15 Aug 2012 11:39:52 +0000 (11:39 +0000)
commit6d67b4c74da3e8a09925f5821b6e9df3352f9934
tree18e509006bd9fc9d9db00f9058fc2e4c3bad8377
parent63ef63bfad608eae22d588156ce1150c993c9bd5
double-int.h (double_int::from_unsigned): Rename to ...

2012-08-15  Richard Guenther  <rguenther@suse.de>

* double-int.h (double_int::from_unsigned): Rename to ...
(double_int::from_uhwi): ... this.
(double_int::from_signed): Rename to ...
(double_int::from_shwi): ... this.
(double_int::to_signed): Rename to ...
(double_int::to_shwi): ... this.
(double_int::to_unsigned): Rename to ...
(double_int::to_uhwi): ... this.
(double_int::fits_unsigned): Rename to ...
(double_int::fits_uhwi): ... this.
(double_int::fits_signed): Rename to ...
(double_int::fits_shwi): ... this.
(double_int::fits): Rename to ...
(double_int::fits_hwi): ... this.
* double-int.c: Likewise.

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