diff options
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r-- | gcc/graphite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c index e46710c..a573ea7 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -245,7 +245,7 @@ graphite_finalize (bool need_cfg_cleanup_p) { scev_reset (); cleanup_tree_cfg (); - profile_status = PROFILE_ABSENT; + profile_status_for_fn (cfun) = PROFILE_ABSENT; release_recorded_exits (); tree_estimate_probability (); } |