]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
basic-block.h (condjump_equiv_p): Fix comment.
authorBernhard Fischer <aldot@gcc.gnu.org>
Sun, 27 Jan 2008 18:44:42 +0000 (19:44 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sun, 27 Jan 2008 18:44:42 +0000 (19:44 +0100)
2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>

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

From-SVN: r131888

gcc/ChangeLog
gcc/basic-block.h

index 72134c1693439391fcf1d33638aaba5e873ccc25..ae443aacc324ef87b4370b432a69a71f9eab5d8c 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
+
+       * basic-block.h (condjump_equiv_p): Fix comment.
+
 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
 
        * tree-pretty-print.c (print_generic_decl, print_generic_stmt,
index 1a678a97d4bac205b831046ea17333f8697b184d..c04c6f6ee53de92b3b5e09ca5197feaba8ec7161 100644 (file)
@@ -1117,7 +1117,7 @@ extern int struct_equiv_block_eq (int, struct equiv_info *);
 extern bool struct_equiv_init (int, struct equiv_info *);
 extern bool rtx_equiv_p (rtx *, rtx, int, struct equiv_info *);
 
-/* In cfgrtl.c */
+/* In cfgcleanup.c */
 extern bool condjump_equiv_p (struct equiv_info *, bool);
 
 /* Return true when one of the predecessor edges of BB is marked with EDGE_EH.  */