Re: [patch] remove vcg CFG dumper

2012-12-11 Thread Richard Biener
On Tue, Dec 11, 2012 at 2:58 PM, Steven Bosscher wrote: > Hello, > > With the new GraphViz CFG dumper, the VCG dumper is now redundant. It > could only dump the CFG just after constructing it, and it doesn't > work as well as the DOT dumper (especially for multiple functions). > > Bootstrapped&tes

[patch] remove vcg CFG dumper

2012-12-11 Thread Steven Bosscher
Hello, With the new GraphViz CFG dumper, the VCG dumper is now redundant. It could only dump the CFG just after constructing it, and it doesn't work as well as the DOT dumper (especially for multiple functions). Bootstrapped&tested on powerpc64-unknown-linux-gnu. OK for trunk? Ciao! Steven rem