diff options
Diffstat (limited to 'contrib/gcc/tree-flow.h')
-rw-r--r-- | contrib/gcc/tree-flow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc/tree-flow.h b/contrib/gcc/tree-flow.h index 1d03188..ac8d9d2 100644 --- a/contrib/gcc/tree-flow.h +++ b/contrib/gcc/tree-flow.h @@ -694,6 +694,8 @@ static inline bool overlap_subvar (unsigned HOST_WIDE_INT, definition, a function with this prototype is called. */ typedef bool (*walk_use_def_chains_fn) (tree, tree, void *); +/* In tree-ssa-alias-warnings.c */ +extern void strict_aliasing_warning_backend (void); /* In tree-ssa.c */ extern void init_tree_ssa (void); |