aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfglayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfglayout.h')
-rw-r--r--gcc/cfglayout.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cfglayout.h b/gcc/cfglayout.h
index ad73e713e9a..9b848a7bcdb 100644
--- a/gcc/cfglayout.h
+++ b/gcc/cfglayout.h
@@ -27,3 +27,7 @@ extern void reemit_insn_block_notes (void);
extern bool can_copy_bbs_p (basic_block *, unsigned);
extern void copy_bbs (basic_block *, unsigned, basic_block *,
edge *, unsigned, edge *, struct loop *);
+/* APPLE LOCAL begin hot/cold partitioning */
+extern bool scan_ahead_for_unlikely_executed_note (rtx);
+/* APPLE LOCAL end hot/cold partitioning */
+