diff options
Diffstat (limited to 'gcc/cfgbuild.h')
-rw-r--r-- | gcc/cfgbuild.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/cfgbuild.h b/gcc/cfgbuild.h index a2816db8bb5..685e0a12072 100644 --- a/gcc/cfgbuild.h +++ b/gcc/cfgbuild.h @@ -20,9 +20,11 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_CFGBUILD_H #define GCC_CFGBUILD_H +class bitvec; + extern bool inside_basic_block_p (const rtx_insn *); extern bool control_flow_insn_p (const rtx_insn *); extern void rtl_make_eh_edge (sbitmap, basic_block, rtx); -extern void find_many_sub_basic_blocks (sbitmap); +extern void find_many_sub_basic_blocks (const bitvec &); #endif /* GCC_CFGBUILD_H */ |