On Fri, 11 Jul 2014, Kyrill Tkachov wrote: > > On 10/07/14 22:53, Maxim Kuvyrkov wrote: > > The patch looks good to me, but some cleanup suggestions below. > > Thanks, here's an updated patch. > How's this?
You need to remove 'if (targetm. ...) SCHED_GROUP_P (insn) = 1;' from the first if branch, keeping only one SCHED_GROUP_P assignment at the end of the function. Alexander