diff options
Diffstat (limited to 'gcc/tree-affine.h')
-rw-r--r-- | gcc/tree-affine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-affine.h b/gcc/tree-affine.h index b83a501c868..51af99acec2 100644 --- a/gcc/tree-affine.h +++ b/gcc/tree-affine.h @@ -62,6 +62,7 @@ double_int double_int_ext_for_comb (double_int, aff_tree *); void aff_combination_const (aff_tree *, tree, double_int); void aff_combination_elt (aff_tree *, tree, tree); void aff_combination_scale (aff_tree *, double_int); +void aff_combination_mult (aff_tree *, aff_tree *, aff_tree *); void aff_combination_add (aff_tree *, aff_tree *); void aff_combination_add_elt (aff_tree *, tree, double_int); void aff_combination_remove_elt (aff_tree *, unsigned); |