diff options
Diffstat (limited to 'gcc/statistics.c')
-rw-r--r-- | gcc/statistics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/statistics.c b/gcc/statistics.c index 1b3eefbd263..f0687c78e4c 100644 --- a/gcc/statistics.c +++ b/gcc/statistics.c @@ -246,7 +246,7 @@ void statistics_early_init (void) { statistics_dump_nr = dump_register (".statistics", "statistics", - "statistics", TDF_TREE); + "statistics", TDF_TREE, OPTGROUP_NONE); } /* Init the statistics. */ |