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:
Andreas Krebbel 2006-09-13 13:00:57 +00:00 committed by Andreas Krebbel
parent 95cb77e64f
commit f66fd328ce
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;