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: INSN_SCOPE changes break mips-elf


> On Thu, Jun 20, 2002 at 08:00:24PM +0200, Jan Hubicka wrote:
> > Hmm, I hoped it will chosse the inner scope.  I've just copied it over
> > finalize_insn_scopes.
> > 
> > Do you have better idea how to combine the scopes then?  Simply choose
> > first one if non-null at the moment?
> 
> Walk the scope tree and pick the inner one?  At which point
> "combine_scopes" is a poor name.

combine_scopes is function to solve problem "I have instruction A with
scope X and B with scope Y, I am replacing them by one instruction,
create for me the scope combining X and Y in the best possible way"

Honza
> 
> 
> r~


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