mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-28 21:31:32 +08:00
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
This commit is contained in:
parent
6cd8854e3d
commit
2cba7d7b63
@ -1,3 +1,9 @@
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user