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: Unified edges of multiple types ICEs...


> On Sun, Apr 06, 2003 at 10:15:50PM +0200, Jan Hubicka wrote:
> > Whats about making each edge type to have unique flag - I guess we need
> > to add something like EDGE_BRANCH and the rest is safe.  Then we can
> > enfore edge redirection to accept flags as an argument, and return edge,
> > so one can redirect the "partial edges" type by type?
> 
> And possibly avoid merging edges in some cases?  Possibly.
Hmm, merging edges only when types match would probably work... will try
to look into it.

Honza
> 
> 
> r~


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