* tree-ssa-alias.c (eq_ptr_info, ptr_info_hash): New function.
commit844ea20e966eba79715bbd1c007b474262a57222
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Aug 2006 01:53:11 +0000 (21 01:53 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Aug 2006 01:53:11 +0000 (21 01:53 +0000)
treea77296eaee0dcde8be19fcb23b3aaf14b92825ff
parent8df22c5c10b38f208d36041f2918ac6a535d7fe2
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116285 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/bitmap.c
gcc/bitmap.h
gcc/tree-ssa-alias.c