summaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-06 00:02:57 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-06 00:02:57 +0000
commit752b386e6500ac2b2b55ce583b56101db290fbb6 (patch)
tree0593d45ae4e083fc9bb38c628fa8114d59031624 /gcc/tree-flow.h
parentfcedd099f5f7e18e7e45ca999432ed07f893c09b (diff)
downloadgcc-752b386e6500ac2b2b55ce583b56101db290fbb6.tar.gz
PR 23714
* tree-cfg.c (mark_array_ref_addressable_1): New. (mark_array_ref_addressable): New. * tree-flow.h (mark_array_ref_addressable): Declare. * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Use it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105022 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index ac34f66c55d..f00f09ebba9 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -556,6 +556,7 @@ extern tree gimplify_build3 (block_stmt_iterator *, enum tree_code,
tree, tree, tree, tree);
extern void init_empty_tree_cfg (void);
extern void fold_cond_expr_cond (void);
+extern void mark_array_ref_addressable (void);
extern void replace_uses_by (tree, tree);
extern void start_recording_case_labels (void);
extern void end_recording_case_labels (void);