diff options
Diffstat (limited to 'gcc/cfg.h')
-rw-r--r-- | gcc/cfg.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; }; |