basic-block.h (bb_has_eh_pred): Fix comment.
authorAndreas Krebbel <krebbel1@de.ibm.com>
Wed, 13 Sep 2006 13:00:57 +0000 (13:00 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Wed, 13 Sep 2006 13:00:57 +0000 (13:00 +0000)
* basic-block.h (bb_has_eh_pred): Fix comment.

From-SVN: r116922

gcc/ChangeLog
gcc/basic-block.h

index 63188b874e3d209269cf10919fc7a3af41fcea33..0bdff8c3aa85b2bc641d5e661e4e5ffb6c5f0e4c 100644 (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
index a95e5b8781bc9f2b9c0a3415d20e46de293a1607..67c09226ad14f53be6d47eeabf7ec4a32bd0e313 100644 (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;