diff options
Diffstat (limited to 'gcc/tree-data-ref.h')
-rw-r--r-- | gcc/tree-data-ref.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-data-ref.h b/gcc/tree-data-ref.h index 14a5a21af83..8cd7ef801da 100644 --- a/gcc/tree-data-ref.h +++ b/gcc/tree-data-ref.h @@ -406,6 +406,7 @@ extern bool dr_may_alias_p (const struct data_reference *, const struct data_reference *, bool); extern bool dr_equal_offsets_p (struct data_reference *, struct data_reference *); +extern void tree_check_data_deps (void); /* Return true when the base objects of data references A and B are |