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]
Other format: [Raw text]

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


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_consecutive_labels, link_cc0_insns):
         Remove prototypes.
         * emit-rtl.c (next_label): Remove unused function.
         (skip_consecutive_labels, link_cc0_insns): Move to ...
         * reorg.c (skip_consecutive_labels, link_cc0_insns): ... here, the
         only place where these functions are used.
OK.
Jeff


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