diff options
author | Jan Hubicka <jh@suse.cz> | 2005-05-29 00:27:04 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2005-05-28 22:27:04 +0000 |
commit | fd44f634fde1fee21b4ff2a77173d44184afe33b (patch) | |
tree | 85878c8310af843bb8bfb3a3b2df4ba27bd43cce /gcc/ChangeLog | |
parent | 6be8b52474f98eab9b3c490169627b9d1ece43df (diff) | |
download | gcc-fd44f634fde1fee21b4ff2a77173d44184afe33b.zip gcc-fd44f634fde1fee21b4ff2a77173d44184afe33b.tar.gz gcc-fd44f634fde1fee21b4ff2a77173d44184afe33b.tar.bz2 |
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
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <jh@suse.cz> + + 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 <kazu@cs.umass.edu> * tree-ssa-ccp.c (ccp_fold): Remove code that produces |