]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Revert mistakenly committed change.
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Sep 2014 18:22:13 +0000 (18:22 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Sep 2014 18:22:13 +0000 (18:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214917 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/tree.c

index 7fae10efc454a97661d9b3bbb241182403d4d6d4..d1d67efa62942cb9662ebb48127e7c83cccc0c77 100644 (file)
@@ -5032,10 +5032,6 @@ free_lang_data_in_decl (tree decl)
 {
   gcc_assert (DECL_P (decl));
 
-  /* Early dumping of DECLs before we lose language data.  */
-  if (debug_info_level > DINFO_LEVEL_NONE)
-    dwarf2out_early_decl (decl);
-
   /* Give the FE a chance to remove its own data first.  */
   lang_hooks.free_lang_data (decl);