From 9e148d6a0ff57424967455a8ec9cf9f4c59e3e6e Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Sun, 27 Jan 2008 19:44:42 +0100 Subject: [PATCH] basic-block.h (condjump_equiv_p): Fix comment. 2008-01-27 Bernhard Fischer * basic-block.h (condjump_equiv_p): Fix comment. From-SVN: r131888 --- gcc/ChangeLog | 4 ++++ gcc/basic-block.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 72134c16934..ae443aacc32 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 1a678a97d4b..c04c6f6ee53 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. */ -- 2.30.2