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]

Re: PATCH: extra machine-dependent passes



> > The rtl emitted here goes *before* the FUNCTION_BEG note and thus will
> > not be included in the set of insns inlined.
> 
> I beg to differ.  Consider

Now that you've said it, it's true for me too.  It wasn't before.
Before, I had to specifically move the added insns after the
FUNCTION_BEG note in order to get them included when inlined (not that
it helped).

I suppose we could look for the first set of those pseudos and either
delete them or replace the SET_SRC with the parent's pseudos.


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