re PR rtl-optimization/39938 (build broke for cris-elf with dbr_schedule change)
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 29 Apr 2009 21:44:26 +0000 (21:44 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 29 Apr 2009 21:44:26 +0000 (21:44 +0000)
commit2a34bece475923eef33afd72384e6b1072f1b671
tree0d37201627a351956722dc5abe40feb166b90596
parent5dc7911e0667bee8c5f2ec88327bc41605d2293e
re PR rtl-optimization/39938 (build broke for cris-elf with dbr_schedule change)

PR rtl-optimization/39938
* Makefile.in (cfgrtl.o): Add $(INSN_ATTR_H).
* cfgrtl.c: Include insn-attr.h.
(rest_of_pass_free_cfg): New function.
(pass_free_cfg): Use rest_of_pass_free_cfg as execute function.
* resource.c (init_resource_info): Remove call to df_analyze.

Co-Authored-By: Steven Bosscher <steven@gcc.gnu.org>
From-SVN: r146988
gcc/ChangeLog
gcc/Makefile.in
gcc/cfgrtl.c
gcc/resource.c