diff options
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index fd7a1d48dec..8230fd54bb1 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -26,8 +26,8 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" /* For optimize_size */ #include "flags.h" -/* For tree_fits_[su]hwi_p, tree_low_cst, fold_convert, size_binop, ssize_int, - TREE_CODE, TYPE_SIZE, int_size_in_bytes, */ +/* For tree_fits_[su]hwi_p, tree_to_[su]hwi, fold_convert, size_binop, + ssize_int, TREE_CODE, TYPE_SIZE, int_size_in_bytes, */ #include "tree-core.h" /* For GET_MODE_BITSIZE, word_mode */ #include "machmode.h" |