(TV_PHASE_CHECK_DBGINFO): Likewise.
* varpool.c (varpool_node::assemble_decl): Do not change timevar.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233264
138bc75d-0d04-0410-961f-
82ee72b054a4
+2016-02-10 Eric Botcazou <ebotcazou@adacore.com>
+
+ * timevar.def (TV_PHASE_DBGINFO): Delete.
+ (TV_PHASE_CHECK_DBGINFO): Likewise.
+ * varpool.c (varpool_node::assemble_decl): Do not change timevar.
+
2016-02-10 Richard Biener <rguenther@suse.de>
PR tree-optimization/69719
DEFTIMEVAR (TV_PHASE_DEFERRED , "phase lang. deferred")
DEFTIMEVAR (TV_PHASE_LATE_PARSING_CLEANUPS, "phase late parsing cleanups")
DEFTIMEVAR (TV_PHASE_OPT_GEN , "phase opt and generate")
-DEFTIMEVAR (TV_PHASE_DBGINFO , "phase debug info")
-DEFTIMEVAR (TV_PHASE_CHECK_DBGINFO , "phase check & debug info")
DEFTIMEVAR (TV_PHASE_LATE_ASM , "phase last asm")
DEFTIMEVAR (TV_PHASE_STREAM_IN , "phase stream in")
DEFTIMEVAR (TV_PHASE_STREAM_OUT , "phase stream out")
/* After the parser has generated debugging information, augment
this information with any new location/etc information that may
have become available after the compilation proper. */
- timevar_start (TV_PHASE_DBGINFO);
debug_hooks->late_global_decl (decl);
- timevar_stop (TV_PHASE_DBGINFO);
return true;
}