(dbxout_symbol): Replace DECL_IGNORED_P with
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 18 Jun 1994 20:40:20 +0000 (13:40 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 18 Jun 1994 20:40:20 +0000 (13:40 -0700)
TYPE_DECL_SUPPRESS_DEBUG.

From-SVN: r7515

gcc/dbxout.c

index 75b01d8..7da2d41 100644 (file)
@@ -1586,7 +1586,7 @@ dbxout_symbol (decl, local)
 #endif
       /* Don't output the same typedef twice.
          And don't output what language-specific stuff doesn't want output.  */
-      if (TREE_ASM_WRITTEN (decl) || DECL_IGNORED_P (decl))
+      if (TREE_ASM_WRITTEN (decl) || TYPE_DECL_SUPPRESS_DEBUG (decl))
        return;
 
       FORCE_TEXT;