diff options
author | Diego Novillo <dnovillo@redhat.com> | 2004-10-28 23:24:41 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2004-10-28 19:24:41 -0400 |
commit | de66168d60454ab3cb39479bfe86a27254b679ea (patch) | |
tree | b25d116db892766e4a7456df5b0f900fccef4a11 /gcc/tree-flow.h | |
parent | 55dbfb488ebbd45e512648083e5fd700cde7389e (diff) | |
download | gcc-de66168d60454ab3cb39479bfe86a27254b679ea.zip gcc-de66168d60454ab3cb39479bfe86a27254b679ea.tar.gz gcc-de66168d60454ab3cb39479bfe86a27254b679ea.tar.bz2 |
re PR tree-optimization/16728 (std::set tests for allocator/insert core in make check-performance)
PR tree-optimization/16728
* tree-flow.h (get_ptr_info): Declare.
* tree-ssa-alias.c (get_ptr_info): Make extern.
* tree-ssa-copy.c (merge_alias_info): Merge flow-sensitive
alias information.
From-SVN: r89792
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 715f843..82ebd6d 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -556,6 +556,7 @@ extern void debug_points_to_info (void); extern void dump_points_to_info_for (FILE *, tree); extern void debug_points_to_info_for (tree); extern bool may_be_aliased (tree); +extern struct ptr_info_def *get_ptr_info (tree); /* Call-back function for walk_use_def_chains(). At each reaching definition, a function with this prototype is called. */ |