diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h index a5afd1b..c4faaf1 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -191,7 +191,7 @@ struct function GTY(()) struct gimple_df *gimple_df; /* The loops in this function. */ - struct loops * GTY((skip)) x_current_loops; + struct loops *x_current_loops; /* Value histograms attached to particular statements. */ htab_t GTY((skip)) value_histograms; |