tree-ssa-alias.c (compute_memory_partitions): Use alias_bitmap_obstack to allocate...
authorDiego Novillo <dnovillo@google.com>
Wed, 15 Aug 2007 17:37:33 +0000 (13:37 -0400)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Wed, 15 Aug 2007 17:37:33 +0000 (13:37 -0400)
commitbbe984fb21c228ea077bcb4bcde6376bb45a4899
treefd79a84b87f517fe99964e6f19729cf28e159637
parentb413c535af276684074dee54eb322168f52689a8
tree-ssa-alias.c (compute_memory_partitions): Use alias_bitmap_obstack to allocate bitmaps.

* tree-ssa-alias.c (compute_memory_partitions): Use
alias_bitmap_obstack to allocate bitmaps.
(reset_alias_info): Factor out of init_alias_info.
Mark all name tags not associated to an SSA name for renaming.
(init_alias_info): Call it.
(create_name_tags): Tidy.  Add comments.
(dump_points_to_info_for): Do not call get_mem_sym_stats_for.

testsuite/ChangeLog

gcc.dg/tree-ssa/20070815.c: New test.

From-SVN: r127520
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/20070815.c [new file with mode: 0644]
gcc/tree-ssa-alias.c