summaryrefslogtreecommitdiff
path: root/gcc/varpool.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2016-02-10 11:22:29 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2016-02-10 11:22:29 +0000
commit2cba7d7b6339597c3ad45d89fd4383de5a3401d2 (patch)
tree0eace1e744023f7b9ce1a64152c3905636764ff4 /gcc/varpool.c
parent6cd8854e3d9739a7069e9c56b67630611cfbe598 (diff)
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
Diffstat (limited to 'gcc/varpool.c')
-rw-r--r--gcc/varpool.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/varpool.c b/gcc/varpool.c
index d88343cdc09..cbbdda41369 100644
--- a/gcc/varpool.c
+++ b/gcc/varpool.c
@@ -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;
}