diff options
Diffstat (limited to 'gcc/cfglayout.h')
-rw-r--r-- | gcc/cfglayout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfglayout.h b/gcc/cfglayout.h index ca79e26..0361dc6 100644 --- a/gcc/cfglayout.h +++ b/gcc/cfglayout.h @@ -45,3 +45,4 @@ extern bool can_copy_bbs_p (basic_block *, unsigned); extern void copy_bbs (basic_block *, unsigned, basic_block *, edge *, unsigned, edge *, struct loop *); extern void cfg_layout_initialize_rbi (basic_block); +extern bool scan_ahead_for_unlikely_executed_note (rtx); |