* tree-ssa-alias.c (compute_memory_partitions): Use
commit60ad452f741bf48a38ef41f753e0f7ea56a73c02
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Aug 2007 17:37:33 +0000 (15 17:37 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Aug 2007 17:37:33 +0000 (15 17:37 +0000)
treefd79a84b87f517fe99964e6f19729cf28e159637
parentdf5612e72e37b22d4b52f3af6769f0b31d936b71
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127520 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/20070815.c [new file with mode: 0644]
gcc/tree-ssa-alias.c