mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 05:34:28 +08:00
basic-block.h (bb_has_eh_pred): Fix comment.
* basic-block.h (bb_has_eh_pred): Fix comment. From-SVN: r116922
This commit is contained in:
parent
95cb77e64f
commit
f66fd328ce
@ -1,3 +1,7 @@
|
||||
2006-09-13 Andreas Krebbel <krebbel1@de.ibm.com>
|
||||
|
||||
* basic_block.h (bb_has_eh_pred): Fix comment.
|
||||
|
||||
2006-09-13 Andreas Krebbel <krebbel1@de.ibm.com>
|
||||
|
||||
* flow.c (calculate_global_regs_live): Invalidate eh registers
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user