* tree-ssa-dom.c (vrp_element_p): Define.
commit99a32a28494ae2dab2c450ba44f3399066c68f39
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 May 2005 15:30:22 +0000 (28 15:30 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 May 2005 15:30:22 +0000 (28 15:30 +0000)
tree30d6cd3e874cef793fb77f68edac9e8a6ecafa55
parent71f27b28ea4c12ab7af9b49492f3a1afeca325f1
* tree-ssa-dom.c (vrp_element_p): Define.
(vrp_hash_elt): Change the type of records to
VEC(vrp_element_p,heap).
(vrp_free): New.
(tree_ssa_dominator_optimize): Pass vrp_free to htab_create.
Update uses of VRP records.
(simplify_cond_and_lookup_avail_expr, record_range): Update
uses of VRP records.

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