OSDN Git Service

2008-01-27 Bernhard Fischer <aldot@gcc.gnu.org>
authoraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Jan 2008 18:44:42 +0000 (18:44 +0000)
committeraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Jan 2008 18:44:42 +0000 (18:44 +0000)
* basic-block.h (condjump_equiv_p): Fix comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131888 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/basic-block.h

index 72134c1..ae443aa 100644 (file)
@@ -1,5 +1,9 @@
 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,
        print_generic_stmt_indented): Fix comment.
 
index 1a678a9..c04c6f6 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.  */