diff options
Diffstat (limited to 'gcc/tree-ssa-structalias.h')
-rw-r--r-- | gcc/tree-ssa-structalias.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-structalias.h b/gcc/tree-ssa-structalias.h index 0d0d6bd..e684f5d 100644 --- a/gcc/tree-ssa-structalias.h +++ b/gcc/tree-ssa-structalias.h @@ -25,8 +25,8 @@ struct constraint; typedef struct constraint *constraint_t; /* In tree-ssa-alias.c. */ -enum escape_type is_escape_site (tree); -void update_mem_sym_stats_from_stmt (tree, tree, long, long); +enum escape_type is_escape_site (gimple); +void update_mem_sym_stats_from_stmt (tree, gimple, long, long); /* In tree-ssa-structalias.c. */ extern void compute_points_to_sets (void); |