Re: [patch] fix .DOT file generation for IPA passes

2013-12-18 Thread Richard Biener
On Tue, Dec 17, 2013 at 9:10 PM, Aldy Hernandez wrote: > I was trying to generate a graph file with > -fdump-ipa-tmipa-blocks-details-vops-graph, but the .dot file was corrupted. > It looks like the header bits printed in start_graph_dump() are not dumped > because we are predicating the calls to

[patch] fix .DOT file generation for IPA passes

2013-12-17 Thread Aldy Hernandez
I was trying to generate a graph file with -fdump-ipa-tmipa-blocks-details-vops-graph, but the .dot file was corrupted. It looks like the header bits printed in start_graph_dump() are not dumped because we are predicating the calls to clean_graph_dump_file->start_graph_dump by: &&