aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/graphite.cc')
-rw-r--r--gcc/graphite.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/graphite.cc b/gcc/graphite.cc
index 19f8975..2b387d5 100644
--- a/gcc/graphite.cc
+++ b/gcc/graphite.cc
@@ -512,6 +512,8 @@ graphite_transform_loops (void)
if (changed)
{
+ /* FIXME: Graphite does not update profile meaningfully currently. */
+ cfun->cfg->full_profile = false;
cleanup_tree_cfg ();
profile_status_for_fn (cfun) = PROFILE_ABSENT;
release_recorded_exits (cfun);