]> gcc.gnu.org Git - gcc.git/commit
dce.c (init_dce): Only initialize the obstacks for the fast pass.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Tue, 16 Oct 2007 20:24:41 +0000 (22:24 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 16 Oct 2007 20:24:41 +0000 (20:24 +0000)
commit2e6be65ec6ee3a39c125cd71c348e0ec3b715fc0
treee3c7cff2c37353901231c1b5d89d9ca3540607ba
parent053cc3801ba748081d63afd85a582ebd63b89f0a
dce.c (init_dce): Only initialize the obstacks for the fast pass.

* dce.c (init_dce): Only initialize the obstacks for the fast pass.
(fini_dce): Only release them for the fast pass.
(end_ud_dce): Delete.
(rest_of_handle_ud_dce): Do not modify df_in_progress.
Call fini_dce instead of end_ud_dce.
(rest_of_handle_fast_dce): Do not modify df_in_progress.
(run_fast_df_dce): Reset df_in_progress to false on exit.

From-SVN: r129384
gcc/ChangeLog
gcc/dce.c
This page took 0.05598 seconds and 5 git commands to generate.