summaryrefslogtreecommitdiff
path: root/gcc/resource.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2009-04-28 21:29:58 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2009-04-28 21:29:58 +0000
commite1a3b85c7a74e70891841cc1c993df347fe3b99b (patch)
treecab51fada23667f1453b4c00dadf05719b751e7f /gcc/resource.c
parent895302fb3de1bf3c1e680974432033e54949db1e (diff)
downloadgcc-e1a3b85c7a74e70891841cc1c993df347fe3b99b.tar.gz
re PR rtl-optimization/39938 (build broke for cris-elf with dbr_schedule change)
PR rtl-optimization/39938 * resource.c (init_resource_info): Add call to df_analyze. From-SVN: r146915
Diffstat (limited to 'gcc/resource.c')
-rw-r--r--gcc/resource.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/resource.c b/gcc/resource.c
index 91b86c9573b..be76f688410 100644
--- a/gcc/resource.c
+++ b/gcc/resource.c
@@ -1200,6 +1200,8 @@ init_resource_info (rtx epilogue_insn)
FOR_EACH_BB (bb)
if (LABEL_P (BB_HEAD (bb)))
BLOCK_FOR_INSN (BB_HEAD (bb)) = bb;
+
+ df_analyze ();
}
/* Free up the resources allocated to mark_target_live_regs (). This