Re: [PATCH 2/7] remove #if for HAVE_cc0 in combine.c

2015-07-06 Thread Segher Boessenkool
On Mon, Jul 06, 2015 at 08:11:25AM -0400, tbsaunde+...@tbsaunde.org wrote: > @@ -1327,7 +1322,7 @@ combine_instructions (rtx_insn *f, unsigned int nregs) >We need this special code because data flow connections >via CC0 do not get entered in LOG_LINKS. */ > > - if (

[PATCH 2/7] remove #if for HAVE_cc0 in combine.c

2015-07-06 Thread tbsaunde+gcc
From: Trevor Saunders gcc/ChangeLog: 2015-07-06 Trevor Saunders * combine.c (do_SUBST_MODE): Don't check the value of HAVE_cc0 with the preprocessor. (combine_instructions): Likewise. (try_combine): Likewise. (subst): Likewise. (distribute_note