tree-affine.c (wide_int_ext_for_comb): Take type rather than aff_tree.
authorRichard Biener <rguenther@suse.de>
Fri, 7 Apr 2017 08:04:32 +0000 (08:04 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 7 Apr 2017 08:04:32 +0000 (08:04 +0000)
commit5291ab733b6584b2b0252178625088812f66e689
tree04dfd94997841896f73e9acf886019cf0c4c35d7
parent1ca92bdca07e3a3cac4885e6b0e1b30e50acae39
tree-affine.c (wide_int_ext_for_comb): Take type rather than aff_tree.

2017-04-07  Richard Biener  <rguenther@suse.de>

* tree-affine.c (wide_int_ext_for_comb): Take type rather
than aff_tree.
(aff_combination_const): Adjust.
(aff_combination_scale): Likewise.
(aff_combination_add_elt): Likewise.
(aff_combination_add_cst): Likewise.
(aff_combination_convert): Likewise.
(add_elt_to_tree): Likewise.  Remove unused argument.
(aff_combination_to_tree): Adjust calls to add_elt_to_tree.

From-SVN: r246755
gcc/ChangeLog
gcc/tree-affine.c