From fd44f634fde1fee21b4ff2a77173d44184afe33b Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Sun, 29 May 2005 00:27:04 +0200 Subject: re PR tree-optimization/21562 (Quiet bad codegen (unrolling + tail call interaction)) PR tree-optimization/21562 * cfgexpand.c (construct_init_block): Deal properly with the case of entry edge not pointing to very first basic block. From-SVN: r100305 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e0a1575..f25e76e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-05-29 Jan Hubicka + + PR tree-optimization/21562 + * cfgexpand.c (construct_init_block): Deal properly with the case + of entry edge not pointing to very first basic block. + 2005-05-28 Kazu Hirata * tree-ssa-ccp.c (ccp_fold): Remove code that produces -- cgit v1.1