remove #if for HAVE_cc0 in combine.c
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Thu, 9 Jul 2015 02:49:57 +0000 (02:49 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Thu, 9 Jul 2015 02:49:57 +0000 (02:49 +0000)
commitbe1a835d86647f081c681ea8fa3e46e66f275b2e
treeca86450a0961d6ea4621114c54cee66c46da0b7d
parentf1657f05ef0fbc5183051de277141159f15a9472
remove #if for HAVE_cc0 in combine.c

gcc/ChangeLog:

2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* 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_notes): Likewise.

From-SVN: r225592
gcc/ChangeLog
gcc/combine.c