summaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authoraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-27 18:44:42 +0000
committeraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-27 18:44:42 +0000
commit511934f96193a88a667c1e269df934721c58a43a (patch)
treeeb71c068601b1180f25aba25c8f91bad0d832126 /gcc/basic-block.h
parentba810638d90d6f56cf644099312fadd635f25132 (diff)
downloadgcc-511934f96193a88a667c1e269df934721c58a43a.tar.gz
2008-01-27 Bernhard Fischer <aldot@gcc.gnu.org>
* 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
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 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. */