aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorJosef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>2003-01-09 12:47:35 +0100
committerJosef Zlomek <zlomek@gcc.gnu.org>2003-01-09 11:47:35 +0000
commit4a69cf7914102d0438d0d628007049b7ac95b46f (patch)
treed8d508dde209e151447df06687304535b5ecc081 /gcc/basic-block.h
parent8cb1a818e9417874729357e6456ffd1f86b235e8 (diff)
downloadgcc-4a69cf7914102d0438d0d628007049b7ac95b46f.zip
gcc-4a69cf7914102d0438d0d628007049b7ac95b46f.tar.gz
gcc-4a69cf7914102d0438d0d628007049b7ac95b46f.tar.bz2
Makefile.in (optabs.o): Add dependency on basic-block.h.
* Makefile.in (optabs.o): Add dependency on basic-block.h. * basic-block.h (control_flow_insn_p): Fuction was exported. * cfgbuild.c (control_flow_insn_p): Fuction was made non-static. * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL notes only when the region is contained in a single basic block. From-SVN: r61101
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 47b5063..78b7ac6 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -1,5 +1,5 @@
/* Define control and data flow tables, and regsets.
- Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2002
+ Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
This file is part of GCC.
@@ -806,6 +806,7 @@ extern void fixup_abnormal_edges PARAMS ((void));
extern bool can_hoist_insn_p PARAMS ((rtx, rtx, regset));
extern rtx hoist_insn_after PARAMS ((rtx, rtx, rtx, rtx));
extern rtx hoist_insn_to_edge PARAMS ((rtx, edge, rtx, rtx));
+extern bool control_flow_insn_p PARAMS ((rtx));
/* In dominance.c */