diff options
author | Jan Hubicka <jh@suse.cz> | 2004-09-23 16:11:06 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2004-09-23 14:11:06 +0000 |
commit | aa26df17e9e0c2169ff36c85f0f803309e180b0a (patch) | |
tree | 5c576e3f1716806ee48d8171f00784f7f0b7c8e9 /gcc/ChangeLog | |
parent | 4c8bfd97e60bcb79c8633fee7f5cac5acec99b24 (diff) | |
download | gcc-aa26df17e9e0c2169ff36c85f0f803309e180b0a.zip gcc-aa26df17e9e0c2169ff36c85f0f803309e180b0a.tar.gz gcc-aa26df17e9e0c2169ff36c85f0f803309e180b0a.tar.bz2 |
profile.c (branch_prob): Do not verify flow info in the middle of the pass.
* profile.c (branch_prob): Do not verify flow info in the middle of the
pass.
From-SVN: r87946
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cf3f949..7b09813 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-23 Jan Hubicka <jh@suse.cz> + + * profile.c (branch_prob): Do not verify flow info in the middle of the + pass. + 2004-09-23 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> * cfgloop.h (update_single_exits_after_duplication): Declare. |