From a5517fc043437d4bba41d4fcdc381c8e606b8e76 Mon Sep 17 00:00:00 2001 From: krebbel Date: Wed, 13 Sep 2006 13:00:57 +0000 Subject: [PATCH] * basic-block.h (bb_has_eh_pred): Fix comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116922 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/basic-block.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 63188b874e3..0bdff8c3aa8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2006-09-13 Andreas Krebbel + * basic_block.h (bb_has_eh_pred): Fix comment. + +2006-09-13 Andreas Krebbel + * flow.c (calculate_global_regs_live): Invalidate eh registers on eh edges. Renamed invalidated_by_call to invalidated_by_eh_edge. (propagate_block): Handle eh registers as if they were set at basic diff --git a/gcc/basic-block.h b/gcc/basic-block.h index a95e5b8781b..67c09226ad1 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -1175,7 +1175,7 @@ extern bool rtx_equiv_p (rtx *, rtx, int, struct equiv_info *); /* In cfgrtl.c */ extern bool condjump_equiv_p (struct equiv_info *, bool); -/* Return true when one of the predecessor edges of BB is marked with FLAGS. */ +/* Return true when one of the predecessor edges of BB is marked with EDGE_EH. */ static inline bool bb_has_eh_pred (basic_block bb) { edge e; -- 2.11.4.GIT