This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r227142 - in /trunk/gcc: ChangeLog ifcvt.c
- From: rsandifo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 24 Aug 2015 17:59:31 -0000
- Subject: r227142 - in /trunk/gcc: ChangeLog ifcvt.c
Author: rsandifo
Date: Mon Aug 24 17:59:31 2015
New Revision: 227142
URL: https://gcc.gnu.org/viewcvs?rev=227142&root=gcc&view=rev
Log:
gcc/
* ifcvt.c (HAVE_incscc, HAVE_decscc, HAVE_cbranchcc4): Delete.
(have_cbranchcc4): New variable.
(cc_in_cond, noce_emit_cmove, noce_get_alt_condition)
(noce_get_condition): Use it instead of HAVE_cbranchcc4.
(if_convert): Initialize have_cbranchcc4.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ifcvt.c