aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfgrtl.h')
-rw-r--r--gcc/cfgrtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfgrtl.h b/gcc/cfgrtl.h
index cf12bbb..ab3bb96 100644
--- a/gcc/cfgrtl.h
+++ b/gcc/cfgrtl.h
@@ -28,6 +28,7 @@ extern basic_block create_basic_block_structure (rtx_insn *, rtx_insn *,
extern void compute_bb_for_insn (void);
extern void free_bb_for_insn (void);
extern rtx_insn *entry_of_function (void);
+extern void update_bb_for_insn_chain (rtx_insn *, rtx_insn *, basic_block);
extern void update_bb_for_insn (basic_block);
extern bool contains_no_active_insn_p (const_basic_block);
extern bool forwarder_block_p (const_basic_block);