summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-address.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-address.h')
-rw-r--r--gcc/tree-ssa-address.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-address.h b/gcc/tree-ssa-address.h
index 803f9c82fb1..a5a67c43bb2 100644
--- a/gcc/tree-ssa-address.h
+++ b/gcc/tree-ssa-address.h
@@ -25,7 +25,7 @@ extern rtx addr_for_mem_ref (tree exp, addr_space_t as, bool really_expand);
extern void get_address_description (tree, struct mem_address *);
extern tree tree_mem_ref_addr (tree, tree);
tree create_mem_ref (gimple_stmt_iterator *, tree,
- struct affine_tree_combination *, tree, tree, tree, bool);
+ struct aff_tree *, tree, tree, tree, bool);
extern void copy_ref_info (tree, tree);
tree maybe_fold_tmr (tree);