aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfg.h')
-rw-r--r--gcc/cfg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cfg.h b/gcc/cfg.h
index a0e9449..4c1948b 100644
--- a/gcc/cfg.h
+++ b/gcc/cfg.h
@@ -78,6 +78,9 @@ struct GTY(()) control_flow_graph {
/* Dynamically allocated edge/bb flags. */
int edge_flags_allocated;
int bb_flags_allocated;
+
+ /* Set if the profile is computed on every edge and basic block. */
+ bool full_profile;
};