From: Bernhard Fischer Date: Sun, 27 Jan 2008 18:44:42 +0000 (+0100) Subject: basic-block.h (condjump_equiv_p): Fix comment. X-Git-Tag: releases/gcc-4.3.0~368 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e148d6a0ff57424967455a8ec9cf9f4c59e3e6e;p=thirdparty%2Fgcc.git basic-block.h (condjump_equiv_p): Fix comment. 2008-01-27 Bernhard Fischer * basic-block.h (condjump_equiv_p): Fix comment. From-SVN: r131888 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 72134c169343..ae443aacc324 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-01-27 Bernhard Fischer + + * basic-block.h (condjump_equiv_p): Fix comment. + 2008-01-27 Bernhard Fischer * tree-pretty-print.c (print_generic_decl, print_generic_stmt, diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 1a678a97d4ba..c04c6f6ee53d 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -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. */