combine: Print insns with the cost dump
authorSegher Boessenkool <segher@kernel.crashing.org>
Thu, 29 Jun 2017 17:28:47 +0000 (19:28 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 29 Jun 2017 17:28:47 +0000 (19:28 +0200)
commite9d22c8ab3c3b73a9ed5892e120c869b12eeb85c
treeb759375789787df69e4174555ade753844543091
parent357067f243611b9e29367b61a50efe2e78f693c9
combine: Print insns with the cost dump

In the combine dump file, at the start there is a list of the RTL cost
of every insn.  The only thing listed about the insns is the UID though.
To make it more useful, this patch prints the insn itself as well (in
slim format).

* combine.c (combine_instructions): Print insns to dump_file, together
with their costs.

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