]> gcc.gnu.org Git - gcc.git/commit
cuintp.c: Update comments to refer to tree_fits_shwi_p rather than host_integerp.
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 18 Nov 2013 14:51:35 +0000 (14:51 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 18 Nov 2013 14:51:35 +0000 (14:51 +0000)
commit5a36c51b09466ab6c403be328a970aa65e47bc90
tree8468c5d166122c233a29c09bc14a7da63239676d
parentcc269bb6d9f1538870dc94bc3b8cad8f749d1204
cuintp.c: Update comments to refer to tree_fits_shwi_p rather than host_integerp.

gcc/ada/
* gcc-interface/cuintp.c: Update comments to refer to
tree_fits_shwi_p rather than host_integerp.
* gcc-interface/decl.c (gnat_to_gnu_entity): Use tree_fits_uhwi_p
rather than host_integerp.
* gcc-interface/utils.c (rest_of_record_type_compilation): Likewise.

gcc/
* expr.h: Update comments to refer to tree_fits_[su]hwi_p rather
than host_integerp.

From-SVN: r204957
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gcc-interface/cuintp.c
gcc/ada/gcc-interface/decl.c
gcc/ada/gcc-interface/utils.c
gcc/expr.h
This page took 0.062069 seconds and 5 git commands to generate.