Re: [PATCH] genemit: Print name of splitter to dumpfile

2014-09-01 Thread Segher Boessenkool
On Wed, Aug 27, 2014 at 03:29:40PM -0600, Jeff Law wrote: > OK once you add a ChangeLog entry. Thanks. Erm, yes. Committed with this ChangeLog: 2014-09-01 Segher Boessenkool * genemit.c: Include dumpfile.h. (gen_split): Print name of splitter function to dump file. Segher

Re: [PATCH] genemit: Print name of splitter to dumpfile

2014-08-27 Thread Jeff Law
On 08/17/14 18:15, Segher Boessenkool wrote: Currently, the splitter dumpfiles only say "scanning new insn with uid = N." and "deleting insn with uid = N.". This makes it hard to track down which splitter actually fired, especially so if there are many similar splitters and one is slightly broke