diff options
Diffstat (limited to 'gcc/tree-data-ref.h')
-rw-r--r-- | gcc/tree-data-ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-data-ref.h b/gcc/tree-data-ref.h index 0588136..86f0568 100644 --- a/gcc/tree-data-ref.h +++ b/gcc/tree-data-ref.h @@ -431,7 +431,7 @@ extern tree find_data_references_in_bb (struct loop *, basic_block, extern void create_rdg_vertices (struct graph *, VEC (gimple, heap) *); extern bool dr_may_alias_p (const struct data_reference *, - const struct data_reference *); + const struct data_reference *, bool); extern bool dr_equal_offsets_p (struct data_reference *, struct data_reference *); |