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: core changes for mep port


> > Sorry, I meant cgraph_mark_inline.  It looks like what you want to
> > me.  But maybe I'm misreading it.
> 
> And cgraph_check_inline_limits

The magic place was cgraph_mark_inline_edges.

Turns out, when I changed disallow_* to allow_*, I forgot to reverse
the sense of the target's implementation, so it was omitting all the
function calls but never printing a reason why :-P


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