Commit f66fd328 by Andreas Krebbel Committed by Andreas Krebbel

basic-block.h (bb_has_eh_pred): Fix comment.


	* basic-block.h (bb_has_eh_pred): Fix comment.

From-SVN: r116922
parent 95cb77e6
2006-09-13 Andreas Krebbel <krebbel1@de.ibm.com> 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 * flow.c (calculate_global_regs_live): Invalidate eh registers
on eh edges. Renamed invalidated_by_call to invalidated_by_eh_edge. on eh edges. Renamed invalidated_by_call to invalidated_by_eh_edge.
(propagate_block): Handle eh registers as if they were set at basic (propagate_block): Handle eh registers as if they were set at basic
......
...@@ -1175,7 +1175,7 @@ extern bool rtx_equiv_p (rtx *, rtx, int, struct equiv_info *); ...@@ -1175,7 +1175,7 @@ extern bool rtx_equiv_p (rtx *, rtx, int, struct equiv_info *);
/* In cfgrtl.c */ /* In cfgrtl.c */
extern bool condjump_equiv_p (struct equiv_info *, bool); 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) static inline bool bb_has_eh_pred (basic_block bb)
{ {
edge e; edge e;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment