]> git.ipfire.org Git - thirdparty/gcc.git/commit
passes.c (pass_init_dump_file): Only open a clean graph dump file if the dump was...
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 5 Dec 2012 09:34:06 +0000 (09:34 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 5 Dec 2012 09:34:06 +0000 (09:34 +0000)
commit68fbd81bf093b2c14f94666153ca6428ac237880
tree9c39d5d8b0db4235403b46001e26f3ccf5695b33
parent03a6c305d3003e6aafbf014bf2c6651839fa7400
passes.c (pass_init_dump_file): Only open a clean graph dump file if the dump was not already initialized.

* passes.c (pass_init_dump_file): Only open a clean graph dump file if
the dump was not already initialized.

Revert:
2012-12-03  Steven Bosscher  <steven@gcc.gnu.org>
* passes.c (finish_optimization_passes): Don't finish graph dumps here.
(pass_fini_dump_file): Wrap in TV_DUMP.  Finish graph dumps.
(execute_one_pass): Don't set up graph dumps here.

From-SVN: r194186
gcc/ChangeLog
gcc/passes.c