This is the mail archive of the gcc@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: Tree-SSA self checking infrastructure


On Wed, 2003-11-19 at 14:39, Andrew MacLeod wrote:
> On Wed, 2003-11-19 at 14:13, law@redhat.com wrote:
> > In message <20031119190649.GQ16923@atrey.karlin.mff.cuni.cz>, Jan Hubicka write

> Your entry point is the function "remove_ssa_form (var_map)"
> 
> I'll work through any problems you run into, but thats the basic gist of
> what needs to be done.
> 

There will probably be a few little things I'll need to take care of on
toip of this. I suspect we need to reset the out_of_ssa_tag flag on any
rewritten partitions, and you will probably want to know if any
variables were created. that information is within the var_map, but not
directly avialable via a function call. 

Those sorts of details will probably come up :-)  I'll get
accessors/correctors  for that information in a bit.

Andrew


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