]> git.ipfire.org Git - thirdparty/gcc.git/commit
combine: Print insns with the cost dump
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2017 17:28:47 +0000 (17:28 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2017 17:28:47 +0000 (17:28 +0000)
commitf7c26a033eef4b8de277c0e0db793cacf3b760af
treeb759375789787df69e4174555ade753844543091
parent720cfc437994ab33ce3047b15eddcb727a26f2c1
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249802 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c