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]

Re: SH sibcalls


> Maybe I should create a new `sibcall' type, so that actual `jump_ind'
> doesn't become single_issue?

As richard explained, the scheduler already get sufficient information
about sibling calls from the CFG, so you can ignore the function units.
Just remove the type of sibcall_pcrel from your original patch, and it
should be fine.

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