combine: Use TDF_DETAILS for "can't combine" dump prints
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 1 Feb 2019 16:26:48 +0000 (17:26 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 1 Feb 2019 16:26:48 +0000 (17:26 +0100)
commite71ac163553c47c516d2d5e77ba5fedce6ceec47
tree99602bef2dc3ed4c38dcd314a4f88e9f2bd5dcc7
parent09e3944e2b37fcbdbdd65a073c75d60382421165
combine: Use TDF_DETAILS for "can't combine" dump prints

Some people use the -fdump-rtl-combine dumps (instead of the -da or
-fdump-rtl-combine-all dump), but the "Can't combine iN into iM"
messages do not make any sense if the failed combine attempts are not
printed otherwise.  So let's change that.

* combine.c (try_combine): Do not print "Can't combine" messages unless
printing failed combination attempts.

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