Re: [patch] Small emit-rtl.c / reorg.c cleanup

2013-05-16 Thread Steven Bosscher
On Thu, May 16, 2013 at 1:55 PM, Rainer Orth wrote: > Steven Bosscher writes: > > Unfortunately, this patch broke SPARC bootstrap since it lost the > HAVE_cc0 guard around link_cc0_insns: Oops... I followed Bernhard's suggestion and made those two moved functions static in reorg.c just before com

Re: [patch] Small emit-rtl.c / reorg.c cleanup

2013-05-16 Thread Rainer Orth
Steven Bosscher writes: > This just removes one unused function, and moves two functions from > emit-rtl.c to reorg.c which is the only place where they're used. > > Will commit in a few days, barring objections. > > Ciao! > Steven > > > * rtl.h (next_label, skip_consecutive_labels, link_

Re: [patch] Small emit-rtl.c / reorg.c cleanup

2013-05-13 Thread Jeff Law
On 05/11/2013 01:29 PM, Steven Bosscher wrote: Hello, This just removes one unused function, and moves two functions from emit-rtl.c to reorg.c which is the only place where they're used. Will commit in a few days, barring objections. Ciao! Steven * rtl.h (next_label, skip_consecuti

Re: [patch] Small emit-rtl.c / reorg.c cleanup

2013-05-12 Thread Bernhard Reutner-Fischer
On 11 May 2013 21:29:53 Steven Bosscher wrote: Hello, This just removes one unused function, and moves two functions from emit-rtl.c to reorg.c which is the only place where they're used. Will commit in a few days, barring objections. Ciao! Steven * rtl.h (next_label, skip_consecuti

[patch] Small emit-rtl.c / reorg.c cleanup

2013-05-11 Thread Steven Bosscher
Hello, This just removes one unused function, and moves two functions from emit-rtl.c to reorg.c which is the only place where they're used. Will commit in a few days, barring objections. Ciao! Steven * rtl.h (next_label, skip_consecutive_labels, link_cc0_insns): Remove prototy