Re: [patch] use pretty-print for slim RTL printing

2012-11-30 Thread Richard Biener
On Thu, Nov 29, 2012 at 11:58 PM, Steven Bosscher wrote: > Hello, > > This patch rewrites sched-vis.c, and graph.c, to use the pretty-print > machinery. This makes it easier to add GIMPLE cfg dumping also, > because all tree/gimple dumping is done via pretty-print. It also > removes the ugly (and

[patch] use pretty-print for slim RTL printing

2012-11-29 Thread Steven Bosscher
Hello, This patch rewrites sched-vis.c, and graph.c, to use the pretty-print machinery. This makes it easier to add GIMPLE cfg dumping also, because all tree/gimple dumping is done via pretty-print. It also removes the ugly (and unsafe?) static print buffers that sched-vis.c and its users had. Bo