tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node for the remapped regio...
authorRichard Guenther <rguenther@suse.de>
Fri, 29 Apr 2011 13:11:18 +0000 (13:11 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 29 Apr 2011 13:11:18 +0000 (13:11 +0000)
commit9f616812d9cb9a651fb4636a3ec499c1b87995f3
tree9944088576a00cf7b79e01597771ae2db283896d
parentb823cdfe763c9784a8e9f7b86b8e91614c29de6c
tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node for the remapped region number.

2011-04-29  Richard Guenther  <rguenther@suse.de>

* tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node
for the remapped region number.
* predict.c (build_predict_expr): Use integer_type_node for the
predict kind.
* fold-const.c (fold_binary_loc): Use integer_type_node for
the shift amount.  Use a proper type for the PLUS_EXPR operand.

From-SVN: r173156
gcc/ChangeLog
gcc/fold-const.c
gcc/predict.c
gcc/tree-inline.c