On Tue, Feb 24, 2015 at 7:10 AM, Yuri Rumyantsev <ysrum...@gmail.com> wrote: > Hi All! > > Here is a simple patch to not perform instruction reordering for > selective scheduling since it uses interface of list scheduling > defined in "sched-int.h". > > Bootstrap and regression testing did not show any new failures. > > Is it OK for trunk? > > ChangeLog: > 2015-02-24 Yuri Rumyantsev <ysrum...@gmail.com> > > PR target/65161 > * config/i386/i386.c (ix86_sched_reorder): Skip instruction reordering > for selective scheduling.
Please include the testcase. Thanks. -- H.J.