diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-11-18 14:51:35 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2013-11-18 14:51:35 +0000 |
commit | 5a36c51b09466ab6c403be328a970aa65e47bc90 (patch) | |
tree | 8468c5d166122c233a29c09bc14a7da63239676d /gcc/expr.h | |
parent | cc269bb6d9f1538870dc94bc3b8cad8f749d1204 (diff) | |
download | gcc-5a36c51b09466ab6c403be328a970aa65e47bc90.zip gcc-5a36c51b09466ab6c403be328a970aa65e47bc90.tar.gz gcc-5a36c51b09466ab6c403be328a970aa65e47bc90.tar.bz2 |
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
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" /* For optimize_size */ #include "flags.h" -/* For host_integerp, tree_low_cst, fold_convert, size_binop, ssize_int, +/* For tree_fits_[su]hwi_p, tree_low_cst, fold_convert, size_binop, ssize_int, TREE_CODE, TYPE_SIZE, int_size_in_bytes, */ #include "tree-core.h" /* For GET_MODE_BITSIZE, word_mode */ |