On Thu, Nov 29, 2012 at 11:58 PM, Steven Bosscher <stevenb....@gmail.com> 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 unsafe?) static print buffers that sched-vis.c > and its users had. > > Bootstrapped&tested on powerpc64-unknown-linux-gnu. OK for trunk?
Nice! Ok. Thanks, Richard. > Ciao! > Steven