aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorBernhard Fischer <aldot@gcc.gnu.org>2008-01-27 19:44:42 +0100
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>2008-01-27 19:44:42 +0100
commit9e148d6a0ff57424967455a8ec9cf9f4c59e3e6e (patch)
treeeb71c068601b1180f25aba25c8f91bad0d832126 /gcc/basic-block.h
parentf749d3c6c4ce94acf33b9e162741f15f58ac280c (diff)
downloadgcc-9e148d6a0ff57424967455a8ec9cf9f4c59e3e6e.zip
gcc-9e148d6a0ff57424967455a8ec9cf9f4c59e3e6e.tar.gz
gcc-9e148d6a0ff57424967455a8ec9cf9f4c59e3e6e.tar.bz2
basic-block.h (condjump_equiv_p): Fix comment.
2008-01-27 Bernhard Fischer <aldot@gcc.gnu.org> * basic-block.h (condjump_equiv_p): Fix comment. From-SVN: r131888
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 1a678a9..c04c6f6 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. */