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: Cannot modify jumps after sched2


Paul Matos wrote (http://gcc.gnu.org/ml/gcc/2012-10/msg00123.html):
> Is there any good way to define TARGET_CANNOT_MODIFY_JUMPS_P such that
> jumps are not modified after sched2?

No, there isn't.
Some targets use the delay_sched2 target hook to just postpone sched2.

Ciao!
Steven


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