tree.c (tree_fold_gcd): Use build_int_cst where appropriate.
authorRichard Guenther <rguenther@suse.de>
Thu, 22 Dec 2005 19:40:27 +0000 (19:40 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 22 Dec 2005 19:40:27 +0000 (19:40 +0000)
commit57decb7e538606d06f06bc61f7841df2b3c88f03
treec59784926926ac0f42231782ef6431d50f532095
parent42101c23d5c364cd509d8024853e342e4317027d
tree.c (tree_fold_gcd): Use build_int_cst where appropriate.

2005-12-22  Richard Guenther  <rguenther@suse.de>

* tree.c (tree_fold_gcd): Use build_int_cst where appropriate.
* tree-ssa-loop-ivcanon.c (create_canonical_iv): Likewise.
* varasm.c (array_size_for_constructor): Likewise.
* fold-const.c (size_diffop, invert_truthvalue,
optimize_bit_field_compare, make_range, build_range_check,
fold_cond_expr_with_comparison, fold_truthop,
fold_single_bit_test_into_sign_test, fold_binary): Likewise.

From-SVN: r108970
gcc/ChangeLog
gcc/fold-const.c
gcc/tree-ssa-loop-ivcanon.c
gcc/tree.c
gcc/varasm.c