tree-ssa-alias.c (eq_ptr_info, [...]): New function.
authorJan Hubicka <jh@suse.cz>
Mon, 21 Aug 2006 01:53:11 +0000 (03:53 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 21 Aug 2006 01:53:11 +0000 (01:53 +0000)
commit1af4bba82ed51ba8108d40badd3d39204f810838
treea77296eaee0dcde8be19fcb23b3aaf14b92825ff
parent70d539ce3a777b83d929c6de70b14a6eb7f3a100
tree-ssa-alias.c (eq_ptr_info, [...]): New function.

* tree-ssa-alias.c (eq_ptr_info, ptr_info_hash): New function.
(create_name_tags): Instead of quadratic checking use hashtable.
* bitmap.h: Include hashtab.h.
(bitmap_hash): Declare.
* bitmap.c (bitmap_hash): New function.

From-SVN: r116285
gcc/ChangeLog
gcc/bitmap.c
gcc/bitmap.h
gcc/tree-ssa-alias.c