This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] tree-ssa-dom.c: Use VEC(vrp_element_p,heap) instead ofVARRAY.


On Wed, 2005-04-27 at 09:38 -0400, Kazu Hirata wrote:
> Hi,
> 
> Attached is a patch to use VEC(vrp_element_p,heap) instead of VARRAY.
[ ... ]
Actually, now that we have a real VRP pass, we should *seriously*
consider killing the VRP code in tree-ssa-dom.c.

I haven't looked, but I would utterly amazed if the simplistic stuff
done by tree-ssa-dom.c isn't totally subsumed by the new VRP pass.

jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]