aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
diff options
context:
space:
mode:
authorGiuliano Belinassi <giuliano.belinassi@usp.br>2021-06-09 10:48:16 -0300
committerGiuliano Belinassi <giuliano.belinassi@usp.br>2021-06-09 10:48:16 -0300
commite59916214d3d02cf81ba07116bfc240dc8dc4f59 (patch)
tree0f1f4f769b96a855b91494056263cf5b1c121702 /gcc/langhooks.c
parent450b006f3f98b27831e590433f2e7388d19a7a8c (diff)
Print statisticsdevel/icpp2021
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r--gcc/langhooks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c
index 3cbe04c6899..f9d6e6f0983 100644
--- a/gcc/langhooks.c
+++ b/gcc/langhooks.c
@@ -304,6 +304,7 @@ global_decl_processing (void)
tree globals, decl, *vec;
int len, i;
+
timevar_stop (TV_PHASE_PARSING);
timevar_start (TV_PHASE_DEFERRED);
/* Really define vars that have had only a tentative definition.