Commit 2cba7d7b by Eric Botcazou Committed by Eric Botcazou

timevar.def (TV_PHASE_DBGINFO): Delete.

	* timevar.def (TV_PHASE_DBGINFO): Delete.
	(TV_PHASE_CHECK_DBGINFO): Likewise.
	* varpool.c (varpool_node::assemble_decl): Do not change timevar.

From-SVN: r233264
parent 6cd8854e
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
......
......@@ -43,8 +43,6 @@ DEFTIMEVAR (TV_PHASE_PARSING , "phase parsing")
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")
......
......@@ -586,9 +586,7 @@ varpool_node::assemble_decl (void)
/* 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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment