diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-09 13:55:27 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-09 13:55:27 +0000 |
commit | 55af3bae674945beea2845ed091e5ea341e8aabf (patch) | |
tree | c19ccfd35313d032491d5930dbdfaa3a8a2991cc /gcc/tree-affine.h | |
parent | 3a54beafaa08337dab2968b43ffc392b37cc9a71 (diff) | |
parent | 5f35dd0e122d3aa3cccd4a32c912c25f60064ee6 (diff) | |
download | gcc-55af3bae674945beea2845ed091e5ea341e8aabf.tar.gz |
Merge with trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@204616 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-affine.h')
-rw-r--r-- | gcc/tree-affine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-affine.h b/gcc/tree-affine.h index 941d45aeb41..758684bc5c3 100644 --- a/gcc/tree-affine.h +++ b/gcc/tree-affine.h @@ -76,7 +76,7 @@ bool aff_combination_constant_multiple_p (aff_tree *, aff_tree *, widest_int *); void aff_combination_expand (aff_tree *, struct pointer_map_t **); void tree_to_aff_combination_expand (tree, tree, aff_tree *, struct pointer_map_t **); -void get_inner_reference_aff (tree, aff_tree *, widest_int *); +tree get_inner_reference_aff (tree, aff_tree *, widest_int *); void free_affine_expand_cache (struct pointer_map_t **); bool aff_comb_cannot_overlap_p (aff_tree *, const widest_int &, const widest_int &); |