diff options
Diffstat (limited to 'gcc/toplev.c')
| -rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 690a3bc..8f2e8f5 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -3611,11 +3611,13 @@ rest_of_compilation (decl) /* If a machine dependent reorganization is needed, call it. */ #ifdef MACHINE_DEPENDENT_REORG + timevar_push (TV_MACH_DEP); open_dump_file (DFI_mach, decl); MACHINE_DEPENDENT_REORG (insns); close_dump_file (DFI_mach, print_rtl, insns); + timevar_pop (TV_MACH_DEP); ggc_collect (); #endif |
