diff options
author | Dale Johannesen <dalej@apple.com> | 2004-11-16 01:26:00 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@gcc.gnu.org> | 2004-11-16 01:26:00 +0000 |
commit | b00843d2851a8021f148ea11209d205f5b8e6469 (patch) | |
tree | 82ac2ff37928b22b45e27ce54db8f8931281757a /gcc/ChangeLog | |
parent | 32f84e48f38788f1f90b370d8835d7686b697554 (diff) | |
download | gcc-b00843d2851a8021f148ea11209d205f5b8e6469.zip gcc-b00843d2851a8021f148ea11209d205f5b8e6469.tar.gz gcc-b00843d2851a8021f148ea11209d205f5b8e6469.tar.bz2 |
profile.c (compute_branch_probabilities): Prevent crash with EH in RTL-based profiling.
2004-11-15 Dale Johannesen <dalej@apple.com>
* profile.c (compute_branch_probabilities): Prevent
crash with EH in RTL-based profiling.
From-SVN: r90711
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 5c50807..eec443f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-15 Dale Johannesen <dalej@apple.com> + + * profile.c (compute_branch_probabilities): Prevent + crash with EH in RTL-based profiling. + 2004-11-16 Kazu Hirata <kazu@cs.umass.edu> * tree-cfg.c (verify_expr): Replace TREE_OPERAND with |