(dbxout_symbol): Replace DECL_IGNORED_P with

TYPE_DECL_SUPPRESS_DEBUG.

From-SVN: r7515
This commit is contained in:
Jim Wilson 1994-06-18 13:40:20 -07:00
parent 711a5e64b8
commit 3a83beef35
1 changed files with 1 additions and 1 deletions

View 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;